AppointmentStore.ShowAddAppointmentAsync(Appointment, Rect) 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 pour permettre à l’utilisateur d’ajouter un rendez-vous.
public:
virtual IAsyncOperation<Platform::String ^> ^ ShowAddAppointmentAsync(Appointment ^ appointment, Rect selection) = ShowAddAppointmentAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> ShowAddAppointmentAsync(Appointment const& appointment, Rect const& selection);
IAsyncOperation<winrt::hstring> ShowAddAppointmentAsync(Appointment const& appointment, Rect const& selection);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowAddAppointmentAsync(Appointment appointment, Rect selection);
public IAsyncOperation<string> ShowAddAppointmentAsync(Appointment appointment, Rect selection);
function showAddAppointmentAsync(appointment, selection)
Public Function ShowAddAppointmentAsync (appointment As Appointment, selection As Rect) As IAsyncOperation(Of String)
Paramètres
- appointment
- Appointment
Objet représentant les informations pour le rendez-vous à ajouter.
- selection
- Rect
Rect est la zone rectangulaire de la sélection de l’utilisateur (par exemple, en appuyant sur un bouton), autour de laquelle le système d’exploitation affiche l’interface utilisateur Ajouter un rendez-vous, et non dans cette zone rectangulaire. Par exemple, si une application utilise un bouton pour afficher le Bouton Rect, transmettez le Rect du bouton afin que l’interface utilisateur Ajouter un rendez-vous s’affiche autour du bouton, sans le chevaucher.
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
|
Remarques
Pour Windows Phone applications 8.x, cette méthode se comporte comme ShowEditNewAppointmentAsync, en ce que les champs de l’interface utilisateur Ajouter un rendez-vous sont modifiables par l’utilisateur.