ICommandService.CanExecuteCommand(Int32) 方法

定义

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

public:
 bool CanExecuteCommand(int commandId);
public bool CanExecuteCommand (int commandId);
abstract member CanExecuteCommand : int -> bool
Public Function CanExecuteCommand (commandId As Integer) As Boolean

参数

commandId
Int32

要检查的命令标识符。

返回

如果能够执行指定的命令,则为 true;否则为 false

例外

不支持该命令。

适用于