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
|