Partager via


AppointmentManager.ShowEditNewAppointmentAsync(Appointment) Méthode

Définition

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

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

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

S’applique à