C# Class NuGet.VisualStudio.SolutionManager

Inheritance: ISolutionManager, IVsSelectionEvents
Afficher le fichier Open project: themotleyfool/NuGet

Méthodes publiques

Méthode Description
GetDependentProjects ( Project project ) : IEnumerable
GetProject ( string projectSafeName ) : Project
GetProjectSafeName ( Project project ) : string
SolutionManager ( ) : System

Private Methods

Méthode 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 méthode

public GetDependentProjects ( Project project ) : IEnumerable
project Project
Résultat IEnumerable

GetProject() public méthode

public GetProject ( string projectSafeName ) : Project
projectSafeName string
Résultat Project

GetProjectSafeName() public méthode

public GetProjectSafeName ( Project project ) : string
project Project
Résultat string

SolutionManager() public méthode

public SolutionManager ( ) : System
Résultat System