메소드 | 설명 | |
---|---|---|
GetSolutionExplorer ( this uiShell ) : IVsUIHierarchyWindow | ||
SelectItemInSolutionExplorer ( this uiShell, HierarchyNode node ) : void | ||
SelectItemInSolutionExplorer ( this uiShell, IVsSolution solution, string fileName ) : void |
public static GetSolutionExplorer ( this uiShell ) : IVsUIHierarchyWindow | ||
uiShell | this | |
리턴 | IVsUIHierarchyWindow |
public static SelectItemInSolutionExplorer ( this uiShell, HierarchyNode node ) : void | ||
uiShell | this | |
node | HierarchyNode | |
리턴 | void |
public static SelectItemInSolutionExplorer ( this uiShell, IVsSolution solution, string fileName ) : void | ||
uiShell | this | |
solution | IVsSolution | |
fileName | string | |
리턴 | void |