Freigeben über


AppointmentCalendar.TryProposeNewTimeForMeetingAsync Methode

Definition

Versucht asynchron, eine neue Besprechungszeit vorzuschlagen.

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)

Parameter

meeting
Appointment

Die zu aktualisierende Besprechung.

newStartTime
DateTime DateTimeOffset

Die vorgeschlagene neue Startzeit.

newDuration
TimeSpan TimeSpan

Eine neue Dauer für die Besprechung.

subject
String

Platform::String

winrt::hstring

Der Betreff der Besprechungseinladung.

comment
String

Platform::String

winrt::hstring

Der Text der Besprechungseinladung.

Gibt zurück

Ein boolescher Wert, der angibt, ob der Vorgang erfolgreich war.

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: