Partager via


AppointmentCalendar.SaveAppointmentAsync(Appointment) Méthode

Définition

Enregistre de manière asynchrone le rendez-vous fourni dans le calendrier.

public:
 virtual IAsyncAction ^ SaveAppointmentAsync(Appointment ^ pAppointment) = SaveAppointmentAsync;
IAsyncAction SaveAppointmentAsync(Appointment const& pAppointment);
public IAsyncAction SaveAppointmentAsync(Appointment pAppointment);
function saveAppointmentAsync(pAppointment)
Public Function SaveAppointmentAsync (pAppointment As Appointment) As IAsyncAction

Paramètres

pAppointment
Appointment

Rendez-vous à enregistrer.

Retours

Action asynchrone.

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à