サーバー エクスプローラーでノードのコマンドを記述する情報をカプセル化します。
名前空間: 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 サービスとして実装されます。
.gif)
.gif)