IsolatedWindowsEnvironmentProgressState 列挙型

定義

非推奨になりました。 分離された 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 です。

適用対象