Partager via


WebAuthenticationCoreManager.FindAccountAsync Méthode

Définition

Tente de manière asynchrone de trouver un fournisseur de compte 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)

Paramètres

provider
WebAccountProvider

Fournisseur de compte web pour le compte web.

webAccountId
String

Platform::String

winrt::hstring

Identificateur du compte web.

Retours

Opération de recherche asynchrone. En cas de réussite, contient un objet WebAccount représentant le compte web trouvé.

Attributs

S’applique à

Voir aussi