Aracılığıyla paylaş


ICommandService.IsCommandSupported(Int32) Yöntem

Tanım

Belirtilen komut tanımlayıcısının desteklenip desteklenmediğini belirten bir Boole değeri döndürür.

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

Parametreler

commandId
Int32

Denetlenecek komut tanımlayıcısı.

Döndürülenler

Boolean

true Belirtilen komut KIMLIĞI destekleniyorsa; Aksi takdirde, false .

Şunlara uygulanır