EditorFactoryBase.CreateEditorInstance 메서드

Creates an instance of the editor.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Protected Friend MustOverride Function CreateEditorInstance ( _
    serviceProvider As IServiceProvider, _
    storeActiveConnIfNeeded As Boolean, _
    moniker As String _
) As IDocWindowPane
‘사용 방법
Dim serviceProvider As IServiceProvider 
Dim storeActiveConnIfNeeded As Boolean 
Dim moniker As String 
Dim returnValue As IDocWindowPane 

returnValue = Me.CreateEditorInstance(serviceProvider, _
    storeActiveConnIfNeeded, moniker)
protected internal abstract IDocWindowPane CreateEditorInstance(
    IServiceProvider serviceProvider,
    bool storeActiveConnIfNeeded,
    string moniker
)
protected public:
virtual IDocWindowPane^ CreateEditorInstance(
    IServiceProvider^ serviceProvider, 
    bool storeActiveConnIfNeeded, 
    String^ moniker
) abstract
abstract CreateEditorInstance : 
        serviceProvider:IServiceProvider * 
        storeActiveConnIfNeeded:bool * 
        moniker:string -> IDocWindowPane
abstract function CreateEditorInstance(
    serviceProvider : IServiceProvider, 
    storeActiveConnIfNeeded : boolean, 
    moniker : String
) : IDocWindowPane

매개 변수

  • storeActiveConnIfNeeded
    유형: System.Boolean
    A Boolean object that indicates whether the connection need to be cached.
  • moniker
    유형: System.String
    A string value that specifies the document moniker.

반환 값

유형: Microsoft.SqlServer.Management.UI.VSIntegration.Editors.IDocWindowPane
An IDocWindowPane representing an instance of the editor.

참고 항목

참조

EditorFactoryBase 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스