Поделиться через


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

Применяется к