AppointmentStoreChangeType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 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 | 與約會相關聯的變更追蹤資訊已遺失。 |