Share via


AppointmentStoreChangeType Énumération

Définition

Spécifie le type de modification représenté par un objet 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
Héritage
AppointmentStoreChangeType
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
Fonctionnalités de l’application
appointmentsSystem

Champs

AppointmentCreated 0

Un rendez-vous a été créé.

AppointmentDeleted 2

Un rendez-vous a été supprimé.

AppointmentModified 1

Un rendez-vous a été modifié.

CalendarCreated 4

Un calendrier a été créé.

CalendarDeleted 6

Un calendrier a été supprimé.

CalendarModified 5

Un calendrier a été modifié.

ChangeTrackingLost 3

Les informations de suivi des modifications associées au rendez-vous ont été perdues.

S’applique à