Partager via


AppointmentCalendar.TryProposeNewTimeForMeetingAsync Méthode

Définition

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.

newDuration
TimeSpan TimeSpan

Nouvelle durée de la réunion.

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

S’applique à