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.
|
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.
|
|
OrmLanguageEditorFactoryBase ( global serviceProvider ) |
Constructor.
|
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 |
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 |
protected OrmLanguageEditorFactoryBase ( global serviceProvider ) | ||
serviceProvider | global | Service provider used to access VS services. |