INSearchForNotebookItemsIntentHandling_Extensions.ResolveLocationSearchType Method

Definition

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

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

Parameters

This
IINSearchForNotebookItemsIntentHandling

The instance on which this method operates.

intent
INSearchForNotebookItemsIntent

Specifies the user's intention.

completion
Action<INLocationSearchTypeResolutionResult>

Completion method that must be called by the override.

Applies to