AppointmentStore.ShowReplaceAppointmentAsync 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.
Surcharges
ShowReplaceAppointmentAsync(String, Appointment, Rect) |
Affiche l’interface utilisateur Remplacer un rendez-vous du fournisseur de rendez-vous pour permettre à l’utilisateur de remplacer un rendez-vous. |
ShowReplaceAppointmentAsync(String, Appointment, Rect, Placement, DateTime) |
Affiche l’interface utilisateur Remplacer un rendez-vous du fournisseur de rendez-vous pour permettre à l’utilisateur de remplacer un rendez-vous. |
ShowReplaceAppointmentAsync(String, Appointment, Rect)
Affiche l’interface utilisateur Remplacer un rendez-vous du fournisseur de rendez-vous pour permettre à l’utilisateur de remplacer un rendez-vous.
public:
virtual IAsyncOperation<Platform::String ^> ^ ShowReplaceAppointmentAsync(Platform::String ^ localId, Appointment ^ appointment, Rect selection) = ShowReplaceAppointmentAsync;
/// [Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> ShowReplaceAppointmentAsync(winrt::hstring const& localId, Appointment const& appointment, Rect const& selection);
/// [Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentAsync")]
IAsyncOperation<winrt::hstring> ShowReplaceAppointmentAsync(winrt::hstring const& localId, Appointment const& appointment, Rect const& selection);
[Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowReplaceAppointmentAsync(string localId, Appointment appointment, Rect selection);
[Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentAsync")]
public IAsyncOperation<string> ShowReplaceAppointmentAsync(string localId, Appointment appointment, Rect selection);
function showReplaceAppointmentAsync(localId, appointment, selection)
Public Function ShowReplaceAppointmentAsync (localId As String, appointment As Appointment, selection As Rect) As IAsyncOperation(Of String)
Paramètres
- appointment
- Appointment
Objet représentant le rendez-vous pour remplacer le rendez-vous existant.
- 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 Remplacer le rendez-vous, et non dans cette zone rectangulaire. Par exemple, si une application utilise un bouton pour afficher le Rect, transmettez le rect du bouton afin que l’interface utilisateur Remplacer le 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 qui a remplacé le rendez-vous existant.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|
Voir aussi
S’applique à
ShowReplaceAppointmentAsync(String, Appointment, Rect, Placement, DateTime)
Affiche l’interface utilisateur Remplacer un rendez-vous du fournisseur de rendez-vous pour permettre à l’utilisateur de remplacer un rendez-vous.
public:
virtual IAsyncOperation<Platform::String ^> ^ ShowReplaceAppointmentAsync(Platform::String ^ localId, Appointment ^ appointment, Rect selection, Placement preferredPlacement, DateTime instanceStartDate) = ShowReplaceAppointmentAsync;
/// [Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentWithPlacementAndDateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> ShowReplaceAppointmentAsync(winrt::hstring const& localId, Appointment const& appointment, Rect const& selection, Placement const& preferredPlacement, DateTime const& instanceStartDate);
/// [Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentWithPlacementAndDateAsync")]
IAsyncOperation<winrt::hstring> ShowReplaceAppointmentAsync(winrt::hstring const& localId, Appointment const& appointment, Rect const& selection, Placement const& preferredPlacement, DateTime const& instanceStartDate);
[Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentWithPlacementAndDateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> ShowReplaceAppointmentAsync(string localId, Appointment appointment, Rect selection, Placement preferredPlacement, System.DateTimeOffset instanceStartDate);
[Windows.Foundation.Metadata.Overload("ShowReplaceAppointmentWithPlacementAndDateAsync")]
public IAsyncOperation<string> ShowReplaceAppointmentAsync(string localId, Appointment appointment, Rect selection, Placement preferredPlacement, System.DateTimeOffset instanceStartDate);
function showReplaceAppointmentAsync(localId, appointment, selection, preferredPlacement, instanceStartDate)
Public Function ShowReplaceAppointmentAsync (localId As String, appointment As Appointment, selection As Rect, preferredPlacement As Placement, instanceStartDate As DateTimeOffset) As IAsyncOperation(Of String)
Paramètres
- appointment
- Appointment
Objet représentant le rendez-vous pour remplacer le rendez-vous existant.
- 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 Remplacer le rendez-vous, et non dans cette zone rectangulaire. Par exemple, si une application utilise un bouton pour afficher le Rect, transmettez le rect du bouton afin que l’interface utilisateur Remplacer le rendez-vous s’affiche autour du bouton, sans le chevaucher.
- preferredPlacement
- Placement
Placement qui décrit l’emplacement par défaut de l’interface utilisateur Remplacer le rendez-vous.
- instanceStartDate
- DateTime DateTimeOffset
Date et heure de début du rendez-vous instance à remplacer.
Retours
Une fois cette méthode terminée, elle retourne un objet String qui représente l’RoamingId du rendez-vous qui a remplacé le rendez-vous existant.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|
Remarques
Le paramètre instanceStartTime doit être la date de début d’origine du instance.