다음을 통해 공유


INSearchForAccountsIntentHandling_Extensions.Confirm 메서드

정의

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

public static void Confirm (this Intents.IINSearchForAccountsIntentHandling This, Intents.INSearchForAccountsIntent intent, Action<Intents.INSearchForAccountsIntentResponse> completion);
static member Confirm : Intents.IINSearchForAccountsIntentHandling * Intents.INSearchForAccountsIntent * Action<Intents.INSearchForAccountsIntentResponse> -> unit

매개 변수

This
IINSearchForAccountsIntentHandling

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

intent
INSearchForAccountsIntent

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

completion
Action<INSearchForAccountsIntentResponse>

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

적용 대상