Condividi tramite


WebAuthenticationCoreManager.FindAccountAsync Metodo

Definizione

Tenta in modo asincrono di trovare un provider di account Web.

public:
 static IAsyncOperation<WebAccount ^> ^ FindAccountAsync(WebAccountProvider ^ provider, Platform::String ^ webAccountId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebAccount> FindAccountAsync(WebAccountProvider const& provider, winrt::hstring const& webAccountId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebAccount> FindAccountAsync(WebAccountProvider provider, string webAccountId);
function findAccountAsync(provider, webAccountId)
Public Shared Function FindAccountAsync (provider As WebAccountProvider, webAccountId As String) As IAsyncOperation(Of WebAccount)

Parametri

provider
WebAccountProvider

Provider di account Web per l'account Web.

webAccountId
String

Platform::String

winrt::hstring

Identificatore dell'account Web.

Restituisce

Operazione di ricerca asincrona. Al termine del completamento, contiene un oggetto WebAccount che rappresenta l'account Web trovato.

Attributi

Si applica a

Vedi anche