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

予定に関連付けられている変更追跡情報が失われました。

適用対象