다음을 통해 공유


AppointmentCalendar.SaveAppointmentAsync(Appointment) 메서드

정의

제공된 약속을 일정에 비동기적으로 저장합니다.

public:
 virtual IAsyncAction ^ SaveAppointmentAsync(Appointment ^ pAppointment) = SaveAppointmentAsync;
IAsyncAction SaveAppointmentAsync(Appointment const& pAppointment);
public IAsyncAction SaveAppointmentAsync(Appointment pAppointment);
function saveAppointmentAsync(pAppointment)
Public Function SaveAppointmentAsync (pAppointment As Appointment) As IAsyncAction

매개 변수

pAppointment
Appointment

저장할 약속입니다.

반환

비동기 작업입니다.

Windows 요구 사항

앱 기능
appointmentsSystem

적용 대상