共用方式為


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

適用於