Share via


IINSearchForNotebookItemsIntentHandling.ResolveContent Method

Definition

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

[Foundation.Export("resolveContentForSearchForNotebookItems:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveContent(Intents.INSearchForNotebookItemsIntent intent, Action<Intents.INStringResolutionResult> completion);
[<Foundation.Export("resolveContentForSearchForNotebookItems:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveContent : Intents.INSearchForNotebookItemsIntent * Action<Intents.INStringResolutionResult> -> unit
override this.ResolveContent : Intents.INSearchForNotebookItemsIntent * Action<Intents.INStringResolutionResult> -> unit

Parameters

intent
INSearchForNotebookItemsIntent

Specifies the user's intention.

completion
Action<INStringResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to