Partager via


WebUICommandBarItemInvokedEventArgs.IsPrimaryCommand Propriété

Définition

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é

Boolean

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 .

S’applique à