INSearchForNotebookItemsIntentHandling_Extensions.ResolveContent Method

Definition

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

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

Parameters

This
IINSearchForNotebookItemsIntentHandling

The instance on which this method operates.

intent
INSearchForNotebookItemsIntent

Specifies the user's intention.

completion
Action<INStringResolutionResult>

Completion method that must be called by the override.

Applies to