ICommandService.IsCommandSupported(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回布林值,這個值會指出是否支援指定的命令識別項。
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
。