AppointmentCalendar.SaveAppointmentAsync(Appointment) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|