AppointmentBusyStatus 枚举

定义

指定约会参与者的忙碌状态。

public enum class AppointmentBusyStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppointmentBusyStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppointmentBusyStatus
var value = Windows.ApplicationModel.Appointments.AppointmentBusyStatus.busy
Public Enum AppointmentBusyStatus
继承
AppointmentBusyStatus
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
appointmentsSystem

字段

Busy 0

参与者正忙,因此无法参加约会。

Free 2

参与者是免费的,因此可以参加约会。

OutOfOffice 3

参与者外出。

Tentative 1

参与者也许能够参加约会。

WorkingElsewhere 4

参与者正在其他位置工作。

适用于

另请参阅