다음을 통해 공유


AppointmentCalendar.TryCreateOrUpdateAppointmentAsync 메서드

정의

모임을 비동기적으로 만들거나 업데이트하려고 시도합니다.

public:
 virtual IAsyncOperation<bool> ^ TryCreateOrUpdateAppointmentAsync(Appointment ^ appointment, bool notifyInvitees) = TryCreateOrUpdateAppointmentAsync;
IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment const& appointment, bool const& notifyInvitees);
public IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment appointment, bool notifyInvitees);
function tryCreateOrUpdateAppointmentAsync(appointment, notifyInvitees)
Public Function TryCreateOrUpdateAppointmentAsync (appointment As Appointment, notifyInvitees As Boolean) As IAsyncOperation(Of Boolean)

매개 변수

appointment
Appointment

만들거나 업데이트할 모임입니다.

notifyInvitees
Boolean

bool

초대 대상에게 알림을 받아야 하는지 여부를 나타내는 부울 값입니다.

반환

작업이 성공했는지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

앱 기능
appointmentsSystem

적용 대상