Method | 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.
|
Method | Description | |
---|---|---|
CreateTreeContainer ( ) : Microsoft.VisualStudio.Modeling.Shell.ModelExplorerTreeContainer | ||
OnSelectionChanged ( EventArgs e ) : void |
Method | Description | |
---|---|---|
GetModelElementNode ( TreeNodeCollection nodes, Microsoft modelElement ) : TreeNode |
protected CreateTreeContainer ( ) : Microsoft.VisualStudio.Modeling.Shell.ModelExplorerTreeContainer | ||
return | Microsoft.VisualStudio.Modeling.Shell.ModelExplorerTreeContainer |
protected OnSelectionChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
public SelectElement ( Microsoft modelElement, bool highlight ) : void | ||
modelElement | Microsoft | |
highlight | bool | |
return | void |
public nHydrateExplorerToolWindow ( global serviceProvider ) | ||
serviceProvider | global |