다음을 통해 공유


INSearchForNotebookItemsIntentHandling_Extensions.Confirm 메서드

정의

개발자는 이 메서드를 구현하여 로컬 및 원격 리소스가 검색을 수행할 준비가 되었는지 여부를 확인할 수 있습니다.

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

매개 변수

This
IINSearchForNotebookItemsIntentHandling

이 메서드가 작동하는 인스턴스입니다.

intent
INSearchForNotebookItemsIntent

사용자의 의도를 지정합니다.

completion
Action<INSearchForNotebookItemsIntentResponse>

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

적용 대상