共用方式為


WebAccountManager.GetPerUserFromPerAppAccountAsync(WebAccount) 方法

定義

從個別應用程式 Web 帳戶取得個別使用者帳戶。

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)

參數

perAppAccount
WebAccount

每個應用程式 Web 帳戶。

傳回

此方法完成時,它會傳回連結至指定個別應用程式帳戶的個別使用者帳戶。

屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於