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

適用対象