INSearchForNotebookItemsIntentHandling_Extensions.ResolveLocationSearchType 方法

定义

开发人员可以实现此方法来自定义位置搜索类型的解析。

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

参数

This
IINSearchForNotebookItemsIntentHandling

此方法在其上运行的实例。

intent
INSearchForNotebookItemsIntent

指定用户的意图。

completion
Action<INLocationSearchTypeResolutionResult>

必须由替代调用的完成方法。

适用于