C# Class nHydrate.DslPackage.nHydrateEditorFactoryBase

Factory for creating our editors
Inheritance: DslShell::ModelingEditorFactory
Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
CreateDocData ( string fileName, global::Microsoft.VisualStudio.Shell.Interop hierarchy, uint itemId ) : DslShell::ModelingDocData

Called by the shell to ask the editor to create a new document object.

Méthodes protégées

Méthode Description
CreateDocView ( global::Microsoft.VisualStudio.Modeling.Shell docData, string physicalView, string &editorCaption ) : DslShell::ModelingDocView

Called by the shell to ask the editor to create a new view object.

nHydrateEditorFactoryBase ( global serviceProvider )

Constructor.

Method Details

CreateDocData() public méthode

Called by the shell to ask the editor to create a new document object.
public CreateDocData ( string fileName, global::Microsoft.VisualStudio.Shell.Interop hierarchy, uint itemId ) : DslShell::ModelingDocData
fileName string
hierarchy global::Microsoft.VisualStudio.Shell.Interop
itemId uint
Résultat DslShell::ModelingDocData

CreateDocView() protected méthode

Called by the shell to ask the editor to create a new view object.
protected CreateDocView ( global::Microsoft.VisualStudio.Modeling.Shell docData, string physicalView, string &editorCaption ) : DslShell::ModelingDocView
docData global::Microsoft.VisualStudio.Modeling.Shell
physicalView string
editorCaption string
Résultat DslShell::ModelingDocView

nHydrateEditorFactoryBase() protected méthode

Constructor.
protected nHydrateEditorFactoryBase ( global serviceProvider )
serviceProvider global Service provider used to access VS services.