次の方法で共有


INSearchForNotebookItemsIntentHandling_Extensions.ResolveDateTime メソッド

定義

開発者は、このメソッドを実装して、検索日時の解決をカスタマイズできます。

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

パラメーター

This
IINSearchForNotebookItemsIntentHandling

このメソッドが動作するインスタンス。

intent
INSearchForNotebookItemsIntent

ユーザーの意図を指定します。

completion
Action<INDateComponentsRangeResolutionResult>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象