Share via


EditorFactoryBase 类

定义

编辑器工厂的基类。

public ref class EditorFactoryBase abstract : Microsoft::VisualStudio::Shell::Interop::IVsEditorFactory
public abstract class EditorFactoryBase : Microsoft.VisualStudio.Shell.Interop.IVsEditorFactory
type EditorFactoryBase = class
    interface IVsEditorFactory
Public MustInherit Class EditorFactoryBase
Implements IVsEditorFactory
继承
EditorFactoryBase
派生
实现

构造函数

EditorFactoryBase()

初始化 :Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactoryBase 类的新实例。

字段

editorGuid

编辑器的 Guid

traceName

跟踪源名称。

withEncoding

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

属性

Cookie

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

EditorGuid

获取编辑器工厂 Guid

方法

CreateEditorInstance(IServiceProvider, Boolean, String)

创建编辑器的实例。

显式接口实现

IVsEditorFactory.Close()

互操作提供程序。

IVsEditorFactory.CreateEditorInstance(UInt32, String, String, IVsHierarchy, UInt32, IntPtr, IntPtr, IntPtr, String, Guid, Int32)

互操作提供程序。

IVsEditorFactory.MapLogicalView(Guid, String)

映射逻辑视图。

IVsEditorFactory.SetSite(IServiceProvider)

设置站点。

适用于