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

适用于