ICommandTarget インターフェイス
v2 に適用されます。
コマンド ターゲットのインターフェイスを表します。
名前空間: Microsoft.WebMatrix.Extensibility
アセンブリ: Microsoft.WebMatrix.Extensibility (Microsoft.WebMatrix.Extensibility.dll)
構文
'宣言
Public Interface ICommandTarget
'使用
Dim instance As ICommandTarget
public interface ICommandTarget
public interface class ICommandTarget
type ICommandTarget = interface end
public interface ICommandTarget
ICommandTarget 型は、以下のメンバーを公開しています。
メソッド
名前 | 説明 | |
---|---|---|
![]() |
CanExecute | コマンドのステータスを実行できることを指定します。 |
![]() |
Execute | コマンドを実行します。 |
先頭に戻る