WebUICommandBar.PrimaryCommands 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 les commandes principales dans la barre de commandes.
public:
property IObservableVector<IWebUICommandBarElement ^> ^ PrimaryCommands { IObservableVector<IWebUICommandBarElement ^> ^ get(); };
IObservableVector<IWebUICommandBarElement> PrimaryCommands();
public IObservableVector<IWebUICommandBarElement> PrimaryCommands { get; }
var iObservableVector = webUICommandBar.primaryCommands;
Public ReadOnly Property PrimaryCommands As IObservableVector(Of IWebUICommandBarElement)
Valeur de propriété
Commandes principales dans la barre de commandes.
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 .