Compartir a través de


INSearchForNotebookItemsIntentHandling_Extensions.ResolveDateSearchType Método

Definición

Los desarrolladores pueden implementar este método para personalizar la resolución del tipo de fecha.

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

Parámetros

This
IINSearchForNotebookItemsIntentHandling

Instancia en la que opera este método.

intent
INSearchForNotebookItemsIntent

Especifica la intención del usuario.

completion
Action<INDateSearchTypeResolutionResult>

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

Se aplica a