共用方式為


AppointmentCalendar.TryCreateOrUpdateAppointmentAsync 方法

定義

以非同步方式嘗試建立或更新會議。

public:
 virtual IAsyncOperation<bool> ^ TryCreateOrUpdateAppointmentAsync(Appointment ^ appointment, bool notifyInvitees) = TryCreateOrUpdateAppointmentAsync;
IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment const& appointment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment appointment, bool notifyInvitees);
function tryCreateOrUpdateAppointmentAsync(appointment, notifyInvitees)
Public Function TryCreateOrUpdateAppointmentAsync (appointment As Appointment, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)

參數

appointment
Appointment

要建立或更新的會議。

notifyInvitees
Boolean

bool

布林值,指出是否應該通知受邀者。

傳回

布林值,指出作業是否成功。

Windows 需求

應用程式功能
appointmentsSystem

適用於