AppointmentStoreChangeType 열거형

정의

AppointmentStoreChange 개체가 나타내는 변경 형식을 지정합니다.

public enum class AppointmentStoreChangeType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppointmentStoreChangeType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppointmentStoreChangeType
var value = Windows.ApplicationModel.Appointments.AppointmentStoreChangeType.appointmentCreated
Public Enum AppointmentStoreChangeType
상속
AppointmentStoreChangeType
특성

Windows 요구 사항

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

필드

AppointmentCreated 0

약속이 만들어졌습니다.

AppointmentDeleted 2

약속이 삭제되었습니다.

AppointmentModified 1

약속이 수정되었습니다.

CalendarCreated 4

일정이 만들어졌습니다.

CalendarDeleted 6

일정이 삭제되었습니다.

CalendarModified 5

일정이 수정되었습니다.

ChangeTrackingLost 3

약속과 관련된 변경 내용 추적 정보가 손실되었습니다.

적용 대상