WebAccountManager.GetPerUserFromPerAppAccountAsync(WebAccount) 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.
Obtient un compte web par utilisateur à partir d’un compte web par application.
public:
static IAsyncOperation<WebAccount ^> ^ GetPerUserFromPerAppAccountAsync(WebAccount ^ perAppAccount);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WebAccount> GetPerUserFromPerAppAccountAsync(WebAccount const& perAppAccount);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> GetPerUserFromPerAppAccountAsync(WebAccount perAppAccount);
function getPerUserFromPerAppAccountAsync(perAppAccount)
Public Shared Function GetPerUserFromPerAppAccountAsync (perAppAccount As WebAccount) As IAsyncOperation(Of WebAccount)
Paramètres
- perAppAccount
- WebAccount
Compte web par application.
Retours
Une fois cette méthode terminée, elle retourne le compte web par utilisateur lié au compte par application donné.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
|