Share via


INSearchForNotebookItemsIntentHandling_Extensions.ResolveLocation Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveLocation(this Intents.IINSearchForNotebookItemsIntentHandling This, Intents.INSearchForNotebookItemsIntent intent, Action<Intents.INPlacemarkResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveLocation : Intents.IINSearchForNotebookItemsIntentHandling * Intents.INSearchForNotebookItemsIntent * Action<Intents.INPlacemarkResolutionResult> -> unit

Parameters

intent
INSearchForNotebookItemsIntent

Specifies the user's intention.

completion
Action<INPlacemarkResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to