AppointmentParticipantRole 列舉

定義

指定有關約會邀請的專案角色。

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
繼承
AppointmentParticipantRole
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
應用程式功能
appointmentsSystem

欄位

OptionalAttendee 1

參與者出席約會是選擇性的。

RequiredAttendee 0

需要參與者出席約會。

Resource 2

專案是約會所需的資源。

適用於

另請參閱