Share via


INSearchForNotebookItemsIntentHandling_Extensions.ResolveStatus Method

Definition

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

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

Parameters

intent
INSearchForNotebookItemsIntent

Specifies the user's intention.

completion
Action<INTaskStatusResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to