ICommandService.IsCommandSupported(Int32) Méthode

Définition

Retourne une valeur booléenne qui indique si l'identificateur de commande spécifié est pris en charge.

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

Paramètres

commandId
Int32

Identificateur de commande à vérifier.

Retours

Boolean

true si l'ID de commande spécifié est pris en charge ; sinon, false.

S’applique à