Freigeben über


WebAccountManager.GetPerUserFromPerAppAccountAsync(WebAccount) Methode

Definition

Ruft ein Pro-Benutzer-Webkonto aus einem App-Webkonto ab.

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)

Parameter

perAppAccount
WebAccount

Das Pro-App-Webkonto.

Gibt zurück

Nach Abschluss dieser Methode wird das Webkonto pro Benutzer zurückgegeben, das mit dem angegebenen App-Konto verknüpft ist.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für: