Partager via


AppointmentStore.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);
IAsyncOperation<winrt::hstring> ShowEditNewAppointmentAsync(Appointment const& appointment);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
public IAsyncOperation<string> ShowEditNewAppointmentAsync(Appointment appointment);
function showEditNewAppointmentAsync(appointment)
Public 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>

Une fois cette méthode terminée, elle retourne un objet String qui représente l’RoamingId du rendez-vous. Si l’identificateur de rendez-vous retourné est une chaîne vide, le rendez-vous n’a pas été ajouté à l’application fournisseur Rendez-vous.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à