C# Class NuGet.VisualStudio.SolutionManager

Inheritance: ISolutionManager, IVsSelectionEvents
ファイルを表示 Open project: themotleyfool/NuGet

Public Methods

Method Description
GetDependentProjects ( Project project ) : IEnumerable
GetProject ( string projectSafeName ) : Project
GetProjectSafeName ( Project project ) : string
SolutionManager ( ) : System

Private Methods

Method Description
AddDependentProject ( IDictionary dependentProjects, Project project, Project dependent ) : void
AddProjectToCache ( Project project ) : void
EnsureProjectCache ( ) : void
GetIsSourceControlBound ( ) : bool
GetProjects ( ) : IEnumerable
GetSolutionFilePath ( ) : string
IsSolutionSavedAsRequired ( ) : bool

Checks whether the current solution is saved to disk, as opposed to be in memory.

OnAfterClosing ( ) : void
OnBeforeClosing ( ) : void
OnProjectAdded ( Project project ) : void
OnProjectRemoved ( Project project ) : void
OnProjectRenamed ( Project project, string oldName ) : void
OnSolutionOpened ( ) : void
RemoveProjectFromCache ( string name ) : void
SetDefaultProject ( ) : void
SolutionManager ( DTE dte, IVsSolution vsSolution ) : System

Method Details

GetDependentProjects() public method

public GetDependentProjects ( Project project ) : IEnumerable
project Project
return IEnumerable

GetProject() public method

public GetProject ( string projectSafeName ) : Project
projectSafeName string
return Project

GetProjectSafeName() public method

public GetProjectSafeName ( Project project ) : string
project Project
return string

SolutionManager() public method

public SolutionManager ( ) : System
return System