C# 클래스 Umbraco.UmbracoStudio.VisualStudio.SolutionManager

상속: IVsSelectionEvents
파일 보기 프로젝트 열기: umbraco/Visual-Studio-Extension 1 사용 예제들

공개 메소드들

메소드 설명
GetProject ( string projectSafeName ) : Project
GetProjectSafeName ( Project project ) : string
OnCmdUIContextChanged ( uint dwCmdUICookie, int fActive ) : int
OnElementValueChanged ( uint elementid, object varValueOld, object varValueNew ) : int
OnSelectionChanged ( IVsHierarchy pHierOld, uint itemidOld, IVsMultiItemSelect pMISOld, ISelectionContainer pSCOld, IVsHierarchy pHierNew, uint itemidNew, IVsMultiItemSelect pMISNew, ISelectionContainer pSCNew ) : int
SolutionManager ( ) : System

비공개 메소드들

메소드 설명
AddProjectToCache ( Project project ) : void
EnsureProjectCache ( ) : void
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, IVsMonitorSelection vsMonitorSelection ) : System

메소드 상세

GetProject() 공개 메소드

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

GetProjectSafeName() 공개 메소드

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

OnCmdUIContextChanged() 공개 메소드

public OnCmdUIContextChanged ( uint dwCmdUICookie, int fActive ) : int
dwCmdUICookie uint
fActive int
리턴 int

OnElementValueChanged() 공개 메소드

public OnElementValueChanged ( uint elementid, object varValueOld, object varValueNew ) : int
elementid uint
varValueOld object
varValueNew object
리턴 int

OnSelectionChanged() 공개 메소드

public OnSelectionChanged ( IVsHierarchy pHierOld, uint itemidOld, IVsMultiItemSelect pMISOld, ISelectionContainer pSCOld, IVsHierarchy pHierNew, uint itemidNew, IVsMultiItemSelect pMISNew, ISelectionContainer pSCNew ) : int
pHierOld IVsHierarchy
itemidOld uint
pMISOld IVsMultiItemSelect
pSCOld ISelectionContainer
pHierNew IVsHierarchy
itemidNew uint
pMISNew IVsMultiItemSelect
pSCNew ISelectionContainer
리턴 int

SolutionManager() 공개 메소드

public SolutionManager ( ) : System
리턴 System