Lenguaje

EditorFactorySqlCe Clase

Definición

Fábrica de editores para SQL Server CE.

public ref class EditorFactorySqlCe sealed : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::EditorFactoryBase
[System.Runtime.InteropServices.Guid("68650b9d-9324-427a-a193-67d4f0c181f1")]
public sealed class EditorFactorySqlCe : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactoryBase
[<System.Runtime.InteropServices.Guid("68650b9d-9324-427a-a193-67d4f0c181f1")>]
type EditorFactorySqlCe = class
    inherit EditorFactoryBase
Public NotInheritable Class EditorFactorySqlCe
Inherits EditorFactoryBase
Herencia
EditorFactorySqlCe
Atributos

Constructores

Nombre Description
EditorFactorySqlCe(Boolean)

Inicializa una nueva instancia de la clase EditorFactorySqlCe.

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