C# Class ProductivityPackage.IVsUIShellExtensions

Afficher le fichier Open project: henritersteeg/cuke4vs

Méthodes publiques

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

Method Details

GetSolutionExplorer() public static méthode

public static GetSolutionExplorer ( this uiShell ) : IVsUIHierarchyWindow
uiShell this
Résultat IVsUIHierarchyWindow

SelectItemInSolutionExplorer() public static méthode

public static SelectItemInSolutionExplorer ( this uiShell, HierarchyNode node ) : void
uiShell this
node HierarchyNode
Résultat void

SelectItemInSolutionExplorer() public static méthode

public static SelectItemInSolutionExplorer ( this uiShell, IVsSolution solution, string fileName ) : void
uiShell this
solution IVsSolution
fileName string
Résultat void