WebAccountManager.FindAllProviderWebAccountsAsync Méthode
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.
Recherche tous les comptes web de fournisseur de manière asynchrone.
public:
static IAsyncOperation<IVectorView<WebAccount ^> ^> ^ FindAllProviderWebAccountsAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<WebAccount>> FindAllProviderWebAccountsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<WebAccount>> FindAllProviderWebAccountsAsync();
function findAllProviderWebAccountsAsync()
Public Shared Function FindAllProviderWebAccountsAsync () As IAsyncOperation(Of IReadOnlyList(Of WebAccount))
Retours
Une fois cette méthode terminée, elle retourne tous les comptes web du fournisseur.
- Attributs