다음을 통해 공유


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

적용 대상