WebAccountManager.FindAllProviderWebAccountsForUserAsync(User) 方法

定义

以异步方式查找与给定用户关联的所有提供程序 Web 帐户, (用于多用户感知应用) 。

public:
 static IAsyncOperation<IVectorView<WebAccount ^> ^> ^ FindAllProviderWebAccountsForUserAsync(User ^ user);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<WebAccount>> FindAllProviderWebAccountsForUserAsync(User const& user);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<WebAccount>> FindAllProviderWebAccountsForUserAsync(User user);
function findAllProviderWebAccountsForUserAsync(user)
Public Shared Function FindAllProviderWebAccountsForUserAsync (user As User) As IAsyncOperation(Of IReadOnlyList(Of WebAccount))

参数

user
User

与帐户关联的用户。

返回

此方法完成后,它将返回用户的所有提供程序 Web 帐户。

属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于