AppointmentCalendar.TryCreateOrUpdateAppointmentAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式嘗試建立或更新會議。
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
|