C# 클래스 nHydrate.DslPackage.nHydrateDocViewBase

Class that hosts the diagram surface in the Visual Studio document area.
상속: DslShell::SingleDiagramDocView
파일 보기 프로젝트 열기: nHydrate/nHydrate

보호된 메소드들

메소드 설명
LoadView ( ) : bool

Called to initialize the view after the corresponding document has been loaded.

OnSelectionChanged ( global e ) : void

Called when selection changes in this window.

Overriden to update the F1 help keyword for the selection.

nHydrateDocViewBase ( global::Microsoft.VisualStudio.Modeling.Shell docData, global serviceProvider )

Constructs a new nHydrateDocView.

메소드 상세

LoadView() 보호된 메소드

Called to initialize the view after the corresponding document has been loaded.
protected LoadView ( ) : bool
리턴 bool

OnSelectionChanged() 보호된 메소드

Called when selection changes in this window.
Overriden to update the F1 help keyword for the selection.
protected OnSelectionChanged ( global e ) : void
e global
리턴 void

nHydrateDocViewBase() 보호된 메소드

Constructs a new nHydrateDocView.
protected nHydrateDocViewBase ( global::Microsoft.VisualStudio.Modeling.Shell docData, global serviceProvider )
docData global::Microsoft.VisualStudio.Modeling.Shell
serviceProvider global