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)

適用対象