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 | 参加者は他の場所で作業しています。 |