Language

EditorFactorySqlCe Class

Definition

Editor factory for 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
Inheritance
EditorFactorySqlCe
Attributes

Constructors

Name Description
EditorFactorySqlCe(Boolean)

Initializes a new instance of the EditorFactorySqlCe class.

Fields

Name Description
editorGuid

The Guid of the editor.

(Inherited from EditorFactoryBase)
withEncoding

Boolean that indicates if the script uses encoding.

(Inherited from EditorFactoryBase)

Properties

Name Description
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

Name Description
CreateEditorInstance(IServiceProvider, Boolean, String)

Creates an instance of the editor.

(Inherited from EditorFactoryBase)

Explicit Interface Implementations

Name Description
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