WebProviderTokenRequest.WebAccounts 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 les comptes web pour la demande.
public:
property IVectorView<WebAccount ^> ^ WebAccounts { IVectorView<WebAccount ^> ^ get(); };
IVectorView<WebAccount> WebAccounts();
public IReadOnlyList<WebAccount> WebAccounts { get; }
var iVectorView = webProviderTokenRequest.webAccounts;
Public ReadOnly Property WebAccounts As IReadOnlyList(Of WebAccount)
Valeur de propriété
Comptes web pour la requête.