AppointmentManager.ShowEditNewAppointmentAsync(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.
Affiche l’interface utilisateur Ajouter un rendez-vous du fournisseur de rendez-vous, y compris l’expérience de modification complète, pour permettre à l’utilisateur d’ajouter un rendez-vous.
public:
static IAsyncOperation<Platform::String ^> ^ ShowEditNewAppointmentAsync(Appointment ^ appointment);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<winrt::hstring> ShowEditNewAppointmentAsync(Appointment const& appointment);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
function showEditNewAppointmentAsync(appointment)
Public Shared Function ShowEditNewAppointmentAsync (appointment As Appointment) As IAsyncOperation(Of String)
Paramètres
- appointment
- Appointment
Rendez-vous à ajouter.
Retours
Opération asynchrone qui retourne une chaîne contenant un ID de rendez-vous en cas de réussite. Si l’identificateur de rendez-vous retourné est une chaîne vide, le rendez-vous n’a pas été ajouté à l’application Fournisseur de rendez-vous.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|