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
屬性

建構函式

名稱 Description
EditorFactorySql(Boolean)

初始化 EditorFactorySql 類別的新執行個體。

欄位

名稱 Description
editorGuid

編輯的。Guid

(繼承來源 EditorFactoryBase)
withEncoding

布林值,表示腳本是否使用編碼。

(繼承來源 EditorFactoryBase)

屬性

名稱 Description
Cookie

在 Visual Studio 中使用抽象句柄來取消註冊此編輯器。

(繼承來源 EditorFactoryBase)
EditorGuid

拿到編輯器工廠 Guid

(繼承來源 EditorFactoryBase)

方法

名稱 Description
CreateEditorInstance(IServiceProvider, Boolean, String)

建立編輯器的實例。

(繼承來源 EditorFactoryBase)

明確介面實作

名稱 Description
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)

適用於