C# Class nHydrate.DslPackage.nHydrateExplorerBase

Control hosted in the nHydrateExplorerToolWindow.
Inheritance: DslShell::ModelExplorerTreeContainer
Mostra file Open project: nHydrate/nHydrate

Protected Methods

Method Description
CreateElementVisitor ( ) : DslModeling::IElementVisitor

Create IElementVisitor

FindRootElements ( global::Microsoft.VisualStudio.Modeling store ) : global::System.Collections.IList

Returns the root elements to be displayed in the explorer.

nHydrateExplorerBase ( global serviceProvider )

Constructs a new nHydrateExplorerBase.

Private Methods

Method Description
GetModelElementDisplayName ( global::Microsoft.VisualStudio.Modeling modelElement ) : string

Method to supply the name for ModelElementTreeNode object in the TreeView.

Method Details

CreateElementVisitor() protected method

Create IElementVisitor
protected CreateElementVisitor ( ) : DslModeling::IElementVisitor
return DslModeling::IElementVisitor

FindRootElements() protected method

Returns the root elements to be displayed in the explorer.
protected FindRootElements ( global::Microsoft.VisualStudio.Modeling store ) : global::System.Collections.IList
store global::Microsoft.VisualStudio.Modeling
return global::System.Collections.IList

nHydrateExplorerBase() protected method

Constructs a new nHydrateExplorerBase.
protected nHydrateExplorerBase ( global serviceProvider )
serviceProvider global