INSearchForNotebookItemsIntentHandling_Extensions.ResolveLocation Method

Definition

Developers may implement this method to customize resolution of the location of a location-based search.

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

Parameters

This
IINSearchForNotebookItemsIntentHandling

The instance on which this method operates.

intent
INSearchForNotebookItemsIntent

Specifies the user's intention.

completion
Action<INPlacemarkResolutionResult>

Completion method that must be called by the override.

Applies to