다음을 통해 공유


INCreateTaskListIntentHandling_Extensions.Confirm 메서드

정의

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

public static void Confirm (this Intents.IINCreateTaskListIntentHandling This, Intents.INCreateTaskListIntent intent, Action<Intents.INCreateTaskListIntentResponse> completion);
static member Confirm : Intents.IINCreateTaskListIntentHandling * Intents.INCreateTaskListIntent * Action<Intents.INCreateTaskListIntentResponse> -> unit

매개 변수

This
IINCreateTaskListIntentHandling

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

intent
INCreateTaskListIntent

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

completion
Action<INCreateTaskListIntentResponse>

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

적용 대상