AppointmentBusyStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定約會參與者的忙碌狀態。
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 | 參與者正在其他地方工作。 |