AppointmentConflictType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie la façon dont un rendez-vous est en conflit avec un autre rendez-vous.
public enum class AppointmentConflictType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppointmentConflictType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppointmentConflictType
var value = Windows.ApplicationModel.Appointments.AppointmentConflictType.none
Public Enum AppointmentConflictType
- Héritage
-
AppointmentConflictType
- 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
Adjacent | 1 | Le rendez-vous est adjacent à un autre rendez-vous. |
None | 0 | Il n’y a pas de conflit de rendez-vous. |
Overlap | 2 | Le rendez-vous chevauche un autre rendez-vous. |