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
|