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

适用于