INSearchForNotebookItemsIntentHandling_Extensions.ResolveDateSearchType Method

Definition

Developers may implement this method to customize resolution of the date type.

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

Parameters

This
IINSearchForNotebookItemsIntentHandling

The instance on which this method operates.

intent
INSearchForNotebookItemsIntent

Specifies the user's intention.

completion
Action<INDateSearchTypeResolutionResult>

Completion method that must be called by the override.

Applies to