Compartir a través de


INSearchForNotebookItemsIntentHandling_Extensions.ResolveLocationSearchType Método

Definición

Los desarrolladores pueden implementar este método para personalizar la resolución del tipo de búsqueda de ubicación.

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

Parámetros

This
IINSearchForNotebookItemsIntentHandling

Instancia en la que opera este método.

intent
INSearchForNotebookItemsIntent

Especifica la intención del usuario.

completion
Action<INLocationSearchTypeResolutionResult>

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

Se aplica a