ICommandService 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示用於整合 Windows Workflow Designer 動作的命令介面 (例如操作功能表),其中提供自訂實作,例如屬性瀏覽器服務、偵錯服務等等。
public interface class ICommandService
public interface ICommandService
type ICommandService = interface
Public Interface ICommandService
方法
CanExecuteCommand(Int32) |
確認是否可以執行指定的命令。 |
ExecuteCommand(Int32, Dictionary<String,Object>) |
使用指定的命令識別項與參數執行命令。 |
IsCommandSupported(Int32) |
傳回布林值,這個值會指出是否支援指定的命令識別項。 |