WebAccountManager.FindAllProviderWebAccountsAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式尋找所有提供者 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 帳戶。
- 屬性