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

적용 대상