AppointmentCalendar.TryProposeNewTimeForMeetingAsync 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.
Tente de façon asynchrone de proposer une nouvelle heure de réunion.
public:
virtual IAsyncOperation<bool> ^ TryProposeNewTimeForMeetingAsync(Appointment ^ meeting, DateTime newStartTime, TimeSpan newDuration, Platform::String ^ subject, Platform::String ^ comment) = TryProposeNewTimeForMeetingAsync;
IAsyncOperation<bool> TryProposeNewTimeForMeetingAsync(Appointment const& meeting, DateTime const& newStartTime, TimeSpan const& newDuration, winrt::hstring const& subject, winrt::hstring const& comment);
public IAsyncOperation<bool> TryProposeNewTimeForMeetingAsync(Appointment meeting, System.DateTimeOffset newStartTime, System.TimeSpan newDuration, string subject, string comment);
function tryProposeNewTimeForMeetingAsync(meeting, newStartTime, newDuration, subject, comment)
Public Function TryProposeNewTimeForMeetingAsync (meeting As Appointment, newStartTime As DateTimeOffset, newDuration As TimeSpan, subject As String, comment As String) As IAsyncOperation(Of Boolean)
Paramètres
- meeting
- Appointment
Réunion à mettre à jour.
- newStartTime
- DateTime DateTimeOffset
Nouvelle heure de début proposée.
- subject
-
String
Platform::String
winrt::hstring
Objet de l’invitation à la réunion.
- comment
-
String
Platform::String
winrt::hstring
Corps de l’invitation à la réunion.
Retours
Valeur booléenne indiquant si l’opération a réussi.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|