Share via


IINSearchForNotebookItemsIntentHandling.ResolveLocation Method

Definition

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

[Foundation.Export("resolveLocationForSearchForNotebookItems:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveLocation(Intents.INSearchForNotebookItemsIntent intent, Action<Intents.INPlacemarkResolutionResult> completion);
[<Foundation.Export("resolveLocationForSearchForNotebookItems:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveLocation : Intents.INSearchForNotebookItemsIntent * Action<Intents.INPlacemarkResolutionResult> -> unit
override this.ResolveLocation : 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