共用方式為


ICommandService 介面

定義

表示用於整合 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)

傳回布林值,這個值會指出是否支援指定的命令識別項。

適用於