C# 클래스 Company.OrmLanguage.OrmLanguageEditorFactoryBase

Factory for creating our editors
상속: DslShell::ModelingEditorFactory
파일 보기 프로젝트 열기: thabart/SimpleOrm

공개 메소드들

메소드 설명
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.

OrmLanguageEditorFactoryBase ( 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

OrmLanguageEditorFactoryBase() 보호된 메소드

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