ICommandService.IsCommandSupported(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
true
si l'ID de commande spécifié est pris en charge ; sinon, false
.