AccountsSettingsPaneCommandsRequestedEventArgs.WebAccountProviderCommands 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.
Obtient la collection WebAccountProviderCommand pour le volet paramètres du compte.
public:
property IVector<WebAccountProviderCommand ^> ^ WebAccountProviderCommands { IVector<WebAccountProviderCommand ^> ^ get(); };
IVector<WebAccountProviderCommand> WebAccountProviderCommands();
public IList<WebAccountProviderCommand> WebAccountProviderCommands { get; }
var iVector = accountsSettingsPaneCommandsRequestedEventArgs.webAccountProviderCommands;
Public ReadOnly Property WebAccountProviderCommands As IList(Of WebAccountProviderCommand)
Valeur de propriété
Collection de commandes du fournisseur de comptes web.