C# 클래스 nHydrate.DslPackage.nHydrateExplorerBase

Control hosted in the nHydrateExplorerToolWindow.
상속: DslShell::ModelExplorerTreeContainer
파일 보기 프로젝트 열기: nHydrate/nHydrate

보호된 메소드들

메소드 설명
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