ICommandService 接口

定义

表示一个命令接口,用于通过自定义提供的实现(例如属性浏览器服务、调试服务等)集成 Windows 工作流设计器操作(例如,上下文菜单)。

public interface class ICommandService
public interface ICommandService
type ICommandService = interface
Public Interface ICommandService

方法

CanExecuteCommand(Int32)

验证是否能执行指定的命令。

ExecuteCommand(Int32, Dictionary<String,Object>)

执行具有指定命令标识符和参数的命令。

IsCommandSupported(Int32)

返回一个 Boolean 值,指示是否支持指定的命令标识符。

适用于