다음을 통해 공유


INCreateNoteIntentHandling_Extensions.Confirm 메서드

정의

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

public static void Confirm (this Intents.IINCreateNoteIntentHandling This, Intents.INCreateNoteIntent intent, Action<Intents.INCreateNoteIntentResponse> completion);
static member Confirm : Intents.IINCreateNoteIntentHandling * Intents.INCreateNoteIntent * Action<Intents.INCreateNoteIntentResponse> -> unit

매개 변수

This
IINCreateNoteIntentHandling

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

intent
INCreateNoteIntent

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

completion
Action<INCreateNoteIntentResponse>

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

적용 대상