C# 클래스 ProductivityPackage.IVsUIShellExtensions

파일 보기 프로젝트 열기: henritersteeg/cuke4vs

공개 메소드들

메소드 설명
GetSolutionExplorer ( this uiShell ) : IVsUIHierarchyWindow
SelectItemInSolutionExplorer ( this uiShell, HierarchyNode node ) : void
SelectItemInSolutionExplorer ( this uiShell, IVsSolution solution, string fileName ) : void

메소드 상세

GetSolutionExplorer() 공개 정적인 메소드

public static GetSolutionExplorer ( this uiShell ) : IVsUIHierarchyWindow
uiShell this
리턴 IVsUIHierarchyWindow

SelectItemInSolutionExplorer() 공개 정적인 메소드

public static SelectItemInSolutionExplorer ( this uiShell, HierarchyNode node ) : void
uiShell this
node HierarchyNode
리턴 void

SelectItemInSolutionExplorer() 공개 정적인 메소드

public static SelectItemInSolutionExplorer ( this uiShell, IVsSolution solution, string fileName ) : void
uiShell this
solution IVsSolution
fileName string
리턴 void