ICommandTarget 介面
適用於版本2
代表命令目標的介面。
命名空間: 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 | 執行命令。 |
上層