次の方法で共有


AppointmentCalendarCreateOrUpdateAppointmentRequest.ReportCompletedAsync メソッド

定義

予定を作成または更新するタスクが完了したことをシステムに通知します。

public:
 virtual IAsyncAction ^ ReportCompletedAsync(Appointment ^ createdOrUpdatedAppointment) = ReportCompletedAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ReportCompletedAsync(Appointment const& createdOrUpdatedAppointment);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ReportCompletedAsync(Appointment createdOrUpdatedAppointment);
function reportCompletedAsync(createdOrUpdatedAppointment)
Public Function ReportCompletedAsync (createdOrUpdatedAppointment As Appointment) As IAsyncAction

パラメーター

createdOrUpdatedAppointment
Appointment

作成または更新された予定表の予定。

戻り値

非同期操作。

属性

Windows の要件

アプリの機能
appointmentsSystem

注釈

このメソッドは、アプリが予定を正常に作成または更新した場合にのみ呼び出す必要があります。

適用対象