ICommandService.IsCommandSupported(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 Boolean 值,指示是否支持指定的命令标识符。
public:
bool IsCommandSupported(int commandId);
public bool IsCommandSupported (int commandId);
abstract member IsCommandSupported : int -> bool
Public Function IsCommandSupported (commandId As Integer) As Boolean
参数
- commandId
- Int32
要检查的命令标识符。
返回
如果支持指定的命令 ID,则为 true
;否则为 false
。