ShowPlanEditorFactory Class

Definition

The ShowPlanEditor factory.

public ref class ShowPlanEditorFactory sealed : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::EditorFactoryBase
[System.Runtime.InteropServices.Guid("BD41288B-959E-41BC-9A56-1D1F232059D2")]
public sealed class ShowPlanEditorFactory : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactoryBase
[<System.Runtime.InteropServices.Guid("BD41288B-959E-41BC-9A56-1D1F232059D2")>]
type ShowPlanEditorFactory = class
    inherit EditorFactoryBase
Public NotInheritable Class ShowPlanEditorFactory
Inherits EditorFactoryBase
Inheritance
ShowPlanEditorFactory
Attributes

Constructors

ShowPlanEditorFactory()

Initializes a new instance of the ShowPlanEditorFactory class.

Fields

editorGuid

The Guid of the editor.

(Inherited from EditorFactoryBase)
withEncoding

Boolean that indicates if the script uses encoding.

(Inherited from EditorFactoryBase)

Properties

Cookie

Abstract handle in Visual Studio to be used to unregister this editor.

(Inherited from EditorFactoryBase)
EditorGuid

Gets the editor factory Guid.

(Inherited from EditorFactoryBase)

Methods

CreateEditorInstance(IServiceProvider, Boolean, String)

Creates an instance of the editor.

(Inherited from EditorFactoryBase)

Explicit Interface Implementations

IVsEditorFactory.Close()

Interop provider.

(Inherited from EditorFactoryBase)
IVsEditorFactory.CreateEditorInstance(UInt32, String, String, IVsHierarchy, UInt32, IntPtr, IntPtr, IntPtr, String, Guid, Int32)

The interop provider.

(Inherited from EditorFactoryBase)
IVsEditorFactory.MapLogicalView(Guid, String)

Maps the logical view.

(Inherited from EditorFactoryBase)
IVsEditorFactory.SetSite(IServiceProvider)

Sets the site.

(Inherited from EditorFactoryBase)

Applies to