IsolatedWindowsEnvironmentProgressState 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
已取代。 在隔離式 Windows 環境建立期間傳回,它代表建立程序的狀態。
public enum class IsolatedWindowsEnvironmentProgressState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentProgressState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProgressState is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
enum class IsolatedWindowsEnvironmentProgressState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentProgressState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentProgressState is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public enum IsolatedWindowsEnvironmentProgressState
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentProgressState.queued
Public Enum IsolatedWindowsEnvironmentProgressState
- 繼承
-
IsolatedWindowsEnvironmentProgressState
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 2004 (已於 10.0.19041.0 引進)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (已於 v2.0 引進)
|
欄位
Completed | 2 | 隔離的 Windows 環境建立已完成。 |
Creating | 3 | 隔離式 Windows 環境建立正在進行中。 |
Finalizing | 6 | 正在設定隔離的 Windows 環境設定。 |
Processing | 1 | 隔離式 Windows 環境建立正在準備開始。 |
Queued | 0 | 隔離的 Windows 環境建立已排入佇列。 |
Retrying | 4 | 建立隔離的 Windows 環境時發生錯誤。 正在重試建立。 |
Starting | 5 | 隔離的 Windows 環境正在啟動。 |
備註
警告
這是已被取代的 API。