EditorFactorySql 类

定义

SQL 编辑器工厂。

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
继承
EditorFactorySql
属性

构造函数

EditorFactorySql(Boolean)

初始化 EditorFactorySql 类的新实例。

字段

editorGuid

编辑器的 Guid

(继承自 EditorFactoryBase)
withEncoding

指示该脚本是否使用编码的布尔值。

(继承自 EditorFactoryBase)

属性

Cookie

Visual Studio 中用于注销此编辑器的抽象句柄。

(继承自 EditorFactoryBase)
EditorGuid

获取编辑器工厂 Guid

(继承自 EditorFactoryBase)

方法

CreateEditorInstance(IServiceProvider, Boolean, String)

创建编辑器的实例。

(继承自 EditorFactoryBase)

显式接口实现

IVsEditorFactory.Close()

互操作提供程序。

(继承自 EditorFactoryBase)
IVsEditorFactory.CreateEditorInstance(UInt32, String, String, IVsHierarchy, UInt32, IntPtr, IntPtr, IntPtr, String, Guid, Int32)

互操作提供程序。

(继承自 EditorFactoryBase)
IVsEditorFactory.MapLogicalView(Guid, String)

映射逻辑视图。

(继承自 EditorFactoryBase)
IVsEditorFactory.SetSite(IServiceProvider)

设置站点。

(继承自 EditorFactoryBase)

适用于