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

与约会关联的更改跟踪信息丢失。

适用于