ShowPlanEditorFactory Clase

Definición

La fábrica de ShowPlanEditor.

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
Herencia
ShowPlanEditorFactory
Atributos

Constructores

Nombre Description
ShowPlanEditorFactory()

Inicializa una nueva instancia de la clase ShowPlanEditorFactory.

Campos

Nombre Description
editorGuid

El Guid del editor.

(Heredado de EditorFactoryBase)
withEncoding

Booleano que indica si el script usa codificación.

(Heredado de EditorFactoryBase)

Propiedades

Nombre Description
Cookie

Handle abstracto en Visual Studio para usar y desregistrar este editor.

(Heredado de EditorFactoryBase)
EditorGuid

Obtiene la fábrica Guidde editores.

(Heredado de EditorFactoryBase)

Métodos

Nombre Description
CreateEditorInstance(IServiceProvider, Boolean, String)

Crea una instancia del editor.

(Heredado de EditorFactoryBase)

Implementaciones de interfaz explícitas

Nombre Description
IVsEditorFactory.Close()

Proveedor de interoperabilidad.

(Heredado de EditorFactoryBase)
IVsEditorFactory.CreateEditorInstance(UInt32, String, String, IVsHierarchy, UInt32, IntPtr, IntPtr, IntPtr, String, Guid, Int32)

El proveedor de interoperabilidad.

(Heredado de EditorFactoryBase)
IVsEditorFactory.MapLogicalView(Guid, String)

Mapea la vista lógica.

(Heredado de EditorFactoryBase)
IVsEditorFactory.SetSite(IServiceProvider)

Establece el sitio.

(Heredado de EditorFactoryBase)

Se aplica a