IVsDataViewCommandInfo インターフェイス

サーバー エクスプローラーでノードのコマンドを記述する情報をカプセル化します。

名前空間:  Microsoft.VisualStudio.Data.Services
アセンブリ:  Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)

構文

'宣言
Public Interface IVsDataViewCommandInfo
public interface IVsDataViewCommandInfo
public interface class IVsDataViewCommandInfo
type IVsDataViewCommandInfo =  interface end
public interface IVsDataViewCommandInfo

IVsDataViewCommandInfo 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ CommandId CommandID を区別するコマンドを取得します。
パブリック プロパティ CommandProviderType IVsDataViewCommandProvider のサポートのエンティティを実装する Type としてクラスを取得します。プロバイダーはこの実装を提供します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド GetParameters パラメーターをこのコマンドに関連付けられているを取得します。

このページのトップへ

解説

このインターフェイスは DDEX サービスとして実装されます。

参照

関連項目

Microsoft.VisualStudio.Data.Services 名前空間