Partager via


AppointmentManagerForUser.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:
 virtual IAsyncOperation<Platform::String ^> ^ ShowEditNewAppointmentAsync(Appointment ^ appointment) = ShowEditNewAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> ShowEditNewAppointmentAsync(Appointment const& appointment);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
function showEditNewAppointmentAsync(appointment)
Public Function ShowEditNewAppointmentAsync (appointment As Appointment) As IAsyncOperation(Of String)

Paramètres

appointment
Appointment

Nouveau 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 d’achèvement réussi.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à