Method | Description | |
---|---|---|
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 | |
return | IVsUIHierarchyWindow |
public static SelectItemInSolutionExplorer ( this uiShell, HierarchyNode node ) : void | ||
uiShell | this | |
node | HierarchyNode | |
return | void |
public static SelectItemInSolutionExplorer ( this uiShell, IVsSolution solution, string fileName ) : void | ||
uiShell | this | |
solution | IVsSolution | |
fileName | string | |
return | void |