Partager via


INSearchForAccountsIntentHandling_Extensions.Confirm Méthode

Définition

Les développeurs peuvent implémenter cette méthode pour vérifier si les ressources locales et distantes sont prêtes à effectuer la recherche.

public static void Confirm (this Intents.IINSearchForAccountsIntentHandling This, Intents.INSearchForAccountsIntent intent, Action<Intents.INSearchForAccountsIntentResponse> completion);
static member Confirm : Intents.IINSearchForAccountsIntentHandling * Intents.INSearchForAccountsIntent * Action<Intents.INSearchForAccountsIntentResponse> -> unit

Paramètres

This
IINSearchForAccountsIntentHandling

Instance sur laquelle cette méthode fonctionne.

intent
INSearchForAccountsIntent

Spécifie l’intention de l’utilisateur.

completion
Action<INSearchForAccountsIntentResponse>

Méthode d’achèvement qui doit être appelée par le remplacement.

S’applique à