INSearchForNotebookItemsIntentHandling_Extensions.ResolveLocationSearchType(IINSearchForNotebookItemsIntentHandling, INSearchForNotebookItemsIntent, Action<INLocationSearchTypeResolutionResult>) Method
Definition
Developers may implement this method to customize resolution of the location search type.
public static void ResolveLocationSearchType (this Intents.IINSearchForNotebookItemsIntentHandling This, Intents.INSearchForNotebookItemsIntent intent, Action<Intents.INLocationSearchTypeResolutionResult> completion);
static member ResolveLocationSearchType : Intents.IINSearchForNotebookItemsIntentHandling * Intents.INSearchForNotebookItemsIntent * Action<Intents.INLocationSearchTypeResolutionResult> -> unit
Parameters
The instance on which this method operates.
Specifies the user's intention.
- completion
- Action<INLocationSearchTypeResolutionResult>
Completion method that must be called by the override.