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 del comando da controllare.

Valori restituiti

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

Si applica a