Share via


AppointmentParticipantRole Énumération

Définition

Spécifie le rôle d’un élément concernant une invitation à un rendez-vous.

public enum class AppointmentParticipantRole
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppointmentParticipantRole
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppointmentParticipantRole
var value = Windows.ApplicationModel.Appointments.AppointmentParticipantRole.requiredAttendee
Public Enum AppointmentParticipantRole
Héritage
AppointmentParticipantRole
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

OptionalAttendee 1

La participation du participant au rendez-vous est facultative.

RequiredAttendee 0

La participation du participant au rendez-vous est requise.

Resource 2

L’élément est une ressource nécessaire au rendez-vous.

S’applique à

Voir aussi