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

Factory for creating our editors
Наследование: DslShell::ModelingEditorFactory
Показать файл Открыть проект

Открытые методы

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

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

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

Описание методов

CreateDocData() публичный Метод

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
Результат DslShell::ModelingDocData

CreateDocView() защищенный Метод

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
Результат DslShell::ModelingDocView

nHydrateEditorFactoryBase() защищенный Метод

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