PreviewSystemState 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳達系統的目前狀態。
public enum class PreviewSystemState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract, 65536)]
enum class PreviewSystemState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract), 65536)]
public enum PreviewSystemState
var value = Windows.UI.Core.Preview.Communications.PreviewSystemState.preparing
Public Enum PreviewSystemState
- 繼承
-
PreviewSystemState
- 屬性
Windows 需求
裝置系列 |
Windows Team Extension SDK (已於 10.0.19041.0 引進)
|
API contract |
Windows.UI.Core.Preview.Communications.PreviewCommunicationsContract (已於 v1.0 引進)
|
欄位
Error | 2 | 系統發生重大失敗,現在處於無法使用狀態。 |
Preparing | 0 | 系統正在清除。 |
Ready | 4 | 會話已清除且可供使用。 |
Rebooting | 1 | 系統即將重新開機。 |
SessionPaused | 3 | 使用者位於歡迎畫面上,但可以繼續上一個會話。 |