ShowPlanEditorFactory 类

定义

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

构造函数

ShowPlanEditorFactory()

初始化 ShowPlanEditorFactory 类的新实例。

字段

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)

适用于