Compartir a través de


WebAccountManager.FindAllProviderWebAccountsAsync Método

Definición

Busca todas las cuentas web del proveedor de forma asincrónica.

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))

Devoluciones

Cuando se completa este método, devuelve todas las cuentas web del proveedor.

Atributos

Se aplica a