C# Class nHydrate.DslPackage.nHydrateEditorFactoryBase

Factory for creating our editors
Inheritance: DslShell::ModelingEditorFactory
Mostrar archivo Open project: nHydrate/nHydrate

Public Methods

Method 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.

Protected Methods

Method 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 method

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
return DslShell::ModelingDocData

CreateDocView() protected method

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
return DslShell::ModelingDocView

nHydrateEditorFactoryBase() protected method

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