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)

適用対象