AppointmentStore.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:
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
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
|