Compartir a través de


INSearchForNotebookItemsIntentHandling_Extensions.Confirm Método

Definición

Los desarrolladores pueden implementar este método para confirmar si los recursos locales y remotos están listos para realizar la búsqueda.

public static void Confirm (this Intents.IINSearchForNotebookItemsIntentHandling This, Intents.INSearchForNotebookItemsIntent intent, Action<Intents.INSearchForNotebookItemsIntentResponse> completion);
static member Confirm : Intents.IINSearchForNotebookItemsIntentHandling * Intents.INSearchForNotebookItemsIntent * Action<Intents.INSearchForNotebookItemsIntentResponse> -> unit

Parámetros

This
IINSearchForNotebookItemsIntentHandling

Instancia en la que opera este método.

intent
INSearchForNotebookItemsIntent

Especifica la intención del usuario.

completion
Action<INSearchForNotebookItemsIntentResponse>

Método de finalización al que debe llamar la invalidación.

Se aplica a