共用方式為


ICommandService.IsCommandSupported(Int32) 方法

定義

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

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

要檢查的命令識別項。

傳回

Boolean

如果支援指定的命令 ID,則為 true,否則為 false

適用於