C# Class nHydrate.DslPackage.nHydrateExplorerToolWindow

Inheritance: nHydrateExplorerToolWindowBase
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

Méthode Description
SelectElement ( Microsoft modelElement, bool highlight ) : void

Given a model element this will select it on the explorer tree

nHydrateExplorerToolWindow ( global serviceProvider )

Constructs a new nHydrateExplorerToolWindow.

Méthodes protégées

Méthode Description
CreateTreeContainer ( ) : Microsoft.VisualStudio.Modeling.Shell.ModelExplorerTreeContainer
OnSelectionChanged ( EventArgs e ) : void

Private Methods

Méthode Description
GetModelElementNode ( TreeNodeCollection nodes, Microsoft modelElement ) : TreeNode

Method Details

CreateTreeContainer() protected méthode

protected CreateTreeContainer ( ) : Microsoft.VisualStudio.Modeling.Shell.ModelExplorerTreeContainer
Résultat Microsoft.VisualStudio.Modeling.Shell.ModelExplorerTreeContainer

OnSelectionChanged() protected méthode

protected OnSelectionChanged ( EventArgs e ) : void
e EventArgs
Résultat void

SelectElement() public méthode

Given a model element this will select it on the explorer tree
public SelectElement ( Microsoft modelElement, bool highlight ) : void
modelElement Microsoft
highlight bool
Résultat void

nHydrateExplorerToolWindow() public méthode

Constructs a new nHydrateExplorerToolWindow.
public nHydrateExplorerToolWindow ( global serviceProvider )
serviceProvider global