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

Class that hosts the diagram surface in the Visual Studio document area.
Наследование: DslShell::SingleDiagramDocView
Показать файл Открыть проект

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

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