C# Class Company.OrmLanguage.OrmLanguageDocViewBase

Class that hosts the diagram surface in the Visual Studio document area.
Inheritance: DslShell::SingleDiagramDocView
Afficher le fichier Open project: thabart/SimpleOrm

Méthodes protégées

Méthode Description
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.

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

Constructs a new OrmLanguageDocView.

Method Details

LoadView() protected méthode

Called to initialize the view after the corresponding document has been loaded.
protected LoadView ( ) : bool
Résultat bool

OnSelectionChanged() protected méthode

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

OrmLanguageDocViewBase() protected méthode

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