Compartilhar via


AppointmentStore.MoveAppointmentAsync Método

Definição

Move o objeto Appointment especificado para o 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

O compromisso a ser movido.

destinationCalendar
AppointmentCalendar

O calendário de compromisso para o qual o compromisso é movido.

Retornos

Uma ação assíncrona.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
appointmentsSystem

Aplica-se a