C# Class ProductivityPackage.IVsUIShellExtensions

Show file Open project: henritersteeg/cuke4vs

Public Methods

Method Description
GetSolutionExplorer ( this uiShell ) : IVsUIHierarchyWindow
SelectItemInSolutionExplorer ( this uiShell, HierarchyNode node ) : void
SelectItemInSolutionExplorer ( this uiShell, IVsSolution solution, string fileName ) : void

Method Details

GetSolutionExplorer() public static method

public static GetSolutionExplorer ( this uiShell ) : IVsUIHierarchyWindow
uiShell this
return IVsUIHierarchyWindow

SelectItemInSolutionExplorer() public static method

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

SelectItemInSolutionExplorer() public static method

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