C# 클래스 NuGet.VisualStudio.SolutionManager

상속: ISolutionManager, IVsSelectionEvents
파일 보기 프로젝트 열기: themotleyfool/NuGet

공개 메소드들

메소드 설명
GetDependentProjects ( Project project ) : IEnumerable
GetProject ( string projectSafeName ) : Project
GetProjectSafeName ( Project project ) : string
SolutionManager ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

GetDependentProjects() 공개 메소드

public GetDependentProjects ( Project project ) : IEnumerable
project Project
리턴 IEnumerable

GetProject() 공개 메소드

public GetProject ( string projectSafeName ) : Project
projectSafeName string
리턴 Project

GetProjectSafeName() 공개 메소드

public GetProjectSafeName ( Project project ) : string
project Project
리턴 string

SolutionManager() 공개 메소드

public SolutionManager ( ) : System
리턴 System