EditorFactoryBase.CreateEditorInstance Method

Definition

Creates an instance of the editor.

protected public:
 abstract Microsoft::SqlServer::Management::UI::VSIntegration::Editors::IDocWindowPane ^ CreateEditorInstance(Microsoft::VisualStudio::OLE::Interop::IServiceProvider ^ serviceProvider, bool storeActiveConnIfNeeded, System::String ^ moniker);
protected internal abstract Microsoft.SqlServer.Management.UI.VSIntegration.Editors.IDocWindowPane CreateEditorInstance (Microsoft.VisualStudio.OLE.Interop.IServiceProvider serviceProvider, bool storeActiveConnIfNeeded, string moniker);
abstract member CreateEditorInstance : Microsoft.VisualStudio.OLE.Interop.IServiceProvider * bool * string -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.IDocWindowPane
Protected Friend MustOverride Function CreateEditorInstance (serviceProvider As IServiceProvider, storeActiveConnIfNeeded As Boolean, moniker As String) As IDocWindowPane

Parameters

serviceProvider
IServiceProvider

The IServiceProvider object to use.

storeActiveConnIfNeeded
Boolean

A Boolean object that indicates whether the connection need to be cached.

moniker
String

A string value that specifies the document moniker.

Returns

An IDocWindowPane representing an instance of the editor.

Applies to