EditorFactorySql Class

Definition

SQL editor factory.

public ref class EditorFactorySql sealed : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::EditorFactoryBase
[Microsoft.VisualStudio.Shell.ProvideMenuResource("Menus.ctmenu", 1)]
[System.Runtime.InteropServices.Guid("B5A506EB-11BE-4782-9A18-21265C2CA0B4")]
public sealed class EditorFactorySql : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactoryBase
[<Microsoft.VisualStudio.Shell.ProvideMenuResource("Menus.ctmenu", 1)>]
[<System.Runtime.InteropServices.Guid("B5A506EB-11BE-4782-9A18-21265C2CA0B4")>]
type EditorFactorySql = class
    inherit EditorFactoryBase
Public NotInheritable Class EditorFactorySql
Inherits EditorFactoryBase
Inheritance
EditorFactorySql
Attributes

Constructors

EditorFactorySql(Boolean)

Initializes a new instance of the EditorFactorySql 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