C# Класс nHydrate.DslPackage.nHydrateExplorerBase

Control hosted in the nHydrateExplorerToolWindow.
Наследование: DslShell::ModelExplorerTreeContainer
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
GetModelElementDisplayName ( global::Microsoft.VisualStudio.Modeling modelElement ) : string

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

Описание методов

CreateElementVisitor() защищенный Метод

Create IElementVisitor
protected CreateElementVisitor ( ) : DslModeling::IElementVisitor
Результат DslModeling::IElementVisitor

FindRootElements() защищенный Метод

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
Результат global::System.Collections.IList

nHydrateExplorerBase() защищенный Метод

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