WebUICommandBarItemInvokedEventArgs.IsPrimaryCommand Propriété
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.
Action déconseillée. Obtient si la commande appelée est une commande principale.
public:
property bool IsPrimaryCommand { bool get(); };
bool IsPrimaryCommand();
public bool IsPrimaryCommand { get; }
var boolean = webUICommandBarItemInvokedEventArgs.isPrimaryCommand;
Public ReadOnly Property IsPrimaryCommand As Boolean
Valeur de propriété
bool
true si la commande est une commande principale ; sinon, false.
Remarques
L’utilisation de l’élément d’expérience utilisateur de la barre de commandes (également appelée « Barre des applications ») est déconseillée pour les applications UWP utilisant JavaScript et n’est plus prise en charge. Si votre application en a toujours besoin, cette fonctionnalité est disponible à partir de la bibliothèque WinJS 4 .