WebAccountManager.FindAllProviderWebAccountsAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Trova tutti gli account Web del provider in modo asincrono.
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))
Restituisce
Al termine di questo metodo, restituisce tutti gli account Web del provider.
- Attributi