다음을 통해 공유


INAddTasksIntentHandling_Extensions.Confirm 메서드

정의

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

public static void Confirm (this Intents.IINAddTasksIntentHandling This, Intents.INAddTasksIntent intent, Action<Intents.INAddTasksIntentResponse> completion);
static member Confirm : Intents.IINAddTasksIntentHandling * Intents.INAddTasksIntent * Action<Intents.INAddTasksIntentResponse> -> unit

매개 변수

This
IINAddTasksIntentHandling

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

intent
INAddTasksIntent

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

completion
Action<INAddTasksIntentResponse>

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

적용 대상