Condividi tramite


ICommandService.IsCommandSupported(Int32) Metodo

Definizione

Restituisce un valore booleano che indica se l'identificatore di comando specificato è supportato.

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

Parametri

commandId
Int32

Identificatore di comando da controllare.

Restituisce

Boolean

true se l'ID di comando specificato è supportato; in caso contrario, false.

Si applica a