INSearchForNotebookItemsIntentHandling_Extensions.ResolveDateSearchType 方法

定义

开发人员可以实现此方法来自定义日期类型的解析。

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

参数

This
IINSearchForNotebookItemsIntentHandling

此方法操作的实例。

intent
INSearchForNotebookItemsIntent

指定用户的意图。

completion
Action<INDateSearchTypeResolutionResult>

必须由重写调用的完成方法。

适用于