AppointmentCalendarUpdateMeetingResponseRequest 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
일정 모임에 대한 응답을 변경하라는 사용자의 요청을 나타냅니다.
public ref class AppointmentCalendarUpdateMeetingResponseRequest 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 AppointmentCalendarUpdateMeetingResponseRequest 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 AppointmentCalendarUpdateMeetingResponseRequest
Public NotInheritable Class AppointmentCalendarUpdateMeetingResponseRequest
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
|
앱 기능 |
appointmentsSystem
|
설명
시스템은 이 클래스의 instance 생성하고 UpdateMeetingResponseRequested 이벤트의 AppointmentCalendarUpdateMeetingResponseRequestEventArgs 인수에 속성으로 설정합니다.
속성
AppointmentCalendarLocalId |
로컬 디바이스에서 약속과 연결된 일정을 고유하게 식별하는 문자열을 가져옵니다. |
AppointmentLocalId |
로컬 디바이스에서 약속을 고유하게 식별하는 문자열을 가져옵니다. |
AppointmentOriginalStartTime |
되풀이 약속의 원래 시작 시간을 가져옵니다. |
Comment |
사용자가 모임 응답의 변경 내용과 관련하여 작성할 수 있는 텍스트 주석을 가져옵니다. |
Response |
약속 초대와 관련하여 사용자가 제공하려는 새 응답을 가져옵니다. |
SendUpdate |
사용자가 모임 이끌이에게 업데이트를 보낼지 여부를 나타냅니다. |
Subject |
응답의 제목을 가져옵니다. |
메서드
ReportCompletedAsync() |
모임 응답을 업데이트하는 작업이 완료되었음을 시스템에 알합니다. |
ReportFailedAsync() |
모임 응답을 업데이트하는 작업이 실패했음을 시스템에 알 수 있습니다. |