Freigeben über


WebAuthenticationCoreManager.FindAccountAsync Methode

Definition

Versucht asynchron, einen Webkontoanbieter zu finden.

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)

Parameter

provider
WebAccountProvider

Der Webkontoanbieter für das Webkonto.

webAccountId
String

Platform::String

winrt::hstring

Der Bezeichner des Webkontos.

Gibt zurück

Ein asynchroner Suchvorgang. Enthält bei erfolgreicher Fertigstellung ein WebAccount-Objekt , das das gefundene Webkonto darstellt.

Attribute

Gilt für:

Weitere Informationen