共用方式為


INSearchCallHistoryIntentHandling_Extensions.ResolveDateCreated 方法

定義

開發人員可以覆寫這個方法,以自訂搜尋的「建立日期」參數。

public static void ResolveDateCreated (this Intents.IINSearchCallHistoryIntentHandling This, Intents.INSearchCallHistoryIntent intent, Action<Intents.INDateComponentsRangeResolutionResult> completion);
static member ResolveDateCreated : Intents.IINSearchCallHistoryIntentHandling * Intents.INSearchCallHistoryIntent * Action<Intents.INDateComponentsRangeResolutionResult> -> unit

參數

This
IINSearchCallHistoryIntentHandling

這個方法運作所在的 實例。

intent
INSearchCallHistoryIntent

指定使用者的意圖。

completion
Action<INDateComponentsRangeResolutionResult>

覆寫必須呼叫的完成方法。

適用於