Share via


AppointmentStore.MoveAppointmentAsync メソッド

定義

指定した Appointment オブジェクトを指定した AppointmentCalendar に移動します。

public:
 virtual IAsyncAction ^ MoveAppointmentAsync(Appointment ^ appointment, AppointmentCalendar ^ destinationCalendar) = MoveAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction MoveAppointmentAsync(Appointment const& appointment, AppointmentCalendar const& destinationCalendar);
IAsyncAction MoveAppointmentAsync(Appointment const& appointment, AppointmentCalendar const& destinationCalendar);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction MoveAppointmentAsync(Appointment appointment, AppointmentCalendar destinationCalendar);
public IAsyncAction MoveAppointmentAsync(Appointment appointment, AppointmentCalendar destinationCalendar);
function moveAppointmentAsync(appointment, destinationCalendar)
Public Function MoveAppointmentAsync (appointment As Appointment, destinationCalendar As AppointmentCalendar) As IAsyncAction

パラメーター

appointment
Appointment

移動する予定。

destinationCalendar
AppointmentCalendar

予定の移動先の予定予定表。

戻り値

非同期アクション。

属性

Windows の要件

アプリの機能
appointmentsSystem

適用対象