Share via


AppointmentParticipantRole Enumeration

Definition

Gibt die Rolle eines Elements in Bezug auf eine Terminseinladung an.

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
Vererbung
AppointmentParticipantRole
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
appointmentsSystem

Felder

OptionalAttendee 1

Die Teilnahme des Teilnehmers am Termin ist optional.

RequiredAttendee 0

Die Teilnahme des Teilnehmers am Termin ist erforderlich.

Resource 2

Das Element ist eine Ressource, die beim Termin benötigt wird.

Gilt für:

Weitere Informationen