WebAccountManager.GetPerUserFromPerAppAccountAsync(WebAccount) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從個別應用程式 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 引進)
|