WebAuthenticationCoreManager.FindAccountAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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