WebAccountManager.FindAllProviderWebAccountsAsync 方法

定义

异步查找所有提供程序 Web 帐户。

public:
 static IAsyncOperation<IVectorView<WebAccount ^> ^> ^ FindAllProviderWebAccountsAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<WebAccount>> FindAllProviderWebAccountsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<WebAccount>> FindAllProviderWebAccountsAsync();
function findAllProviderWebAccountsAsync()
Public Shared Function FindAllProviderWebAccountsAsync () As IAsyncOperation(Of IReadOnlyList(Of WebAccount))

返回

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

属性

适用于