Compartir a través de


AppointmentStore.MoveAppointmentAsync Método

Definición

Mueve el objeto Appointment especificado al objeto AppointmentCalendar especificado.

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

Parámetros

appointment
Appointment

La cita que se va a mover.

destinationCalendar
AppointmentCalendar

Calendario de citas al que se mueve la cita.

Devoluciones

Una acción asincrónica.

Atributos

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Se aplica a