AppointmentCalendar.TryProposeNewTimeForMeetingAsync メソッド

定義

非同期的に新しい会議時間の提案を試みます。

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)

パラメーター

meeting
Appointment

更新する会議。

newStartTime
DateTime DateTimeOffset

提案された新しい開始時刻。

newDuration
TimeSpan TimeSpan

会議の新しい期間。

subject
String

Platform::String

winrt::hstring

会議出席依頼の件名。

comment
String

Platform::String

winrt::hstring

会議出席依頼の本文。

戻り値

操作が成功したかどうかを示すブール値。

Windows の要件

アプリの機能
appointmentsSystem

適用対象