다음을 통해 공유


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>

재정의에서 호출해야 하는 완료 메서드입니다.

적용 대상