AppointmentCalendar.SaveAppointmentAsync(Appointment) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以异步方式将提供的约会保存到日历。
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
|