AppointmentCalendarProposeNewTimeForMeetingRequest 클래스

정의

일정 모임 시간을 변경하라는 사용자의 요청을 나타냅니다.

public ref class AppointmentCalendarProposeNewTimeForMeetingRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentCalendarProposeNewTimeForMeetingRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentCalendarProposeNewTimeForMeetingRequest
Public NotInheritable Class AppointmentCalendarProposeNewTimeForMeetingRequest
상속
Object Platform::Object IInspectable AppointmentCalendarProposeNewTimeForMeetingRequest
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
앱 기능
appointmentsSystem

설명

시스템은 이 클래스의 instance 생성하고, ProposeNewTimeForMeetingRequested 이벤트의 AppointmentCalendarProposeNewTimeForMeetingRequestEventArgs 인수에 속성으로 설정합니다.

속성

AppointmentCalendarLocalId

로컬 디바이스에서 약속과 연결된 일정을 고유하게 식별하는 문자열을 가져옵니다.

AppointmentLocalId

로컬 디바이스에서 약속을 고유하게 식별하는 문자열을 가져옵니다.

AppointmentOriginalStartTime

되풀이 약속의 원래 시작 시간을 가져옵니다.

Comment

사용자가 모임 시간 변경과 관련하여 작성할 수 있는 텍스트 주석을 가져옵니다.

NewDuration

제안된 모임의 새 기간을 가져옵니다.

NewStartTime

모임의 제안된 새 시작 시간을 가져옵니다.

Subject

새 모임 초대의 제목을 가져옵니다.

메서드

ReportCompletedAsync()

모임 시간을 업데이트하는 작업이 완료되었음을 시스템에 알 수 있습니다.

ReportFailedAsync()

모임 시간을 업데이트하는 작업이 실패했음을 시스템에 알 수 있습니다.

적용 대상