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