IsolatedWindowsEnvironmentCreateStatus 列挙型

定義

非推奨になりました。 分離された Windows 環境の作成状態の実際の戻り値を格納します。

public enum class IsolatedWindowsEnvironmentCreateStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
enum class IsolatedWindowsEnvironmentCreateStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 65536)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateStatus 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 IsolatedWindowsEnvironmentCreateStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
public enum IsolatedWindowsEnvironmentCreateStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 65536)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentCreateStatus 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 IsolatedWindowsEnvironmentCreateStatus
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentCreateStatus.success
Public Enum IsolatedWindowsEnvironmentCreateStatus
継承
IsolatedWindowsEnvironmentCreateStatus
属性

Windows の要件

デバイス ファミリ
Windows 10, version 2004 (10.0.19041.0 で導入)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (v2.0 で導入)

フィールド

FailureByPolicy 1

ポリシーの構成により、分離された Windows 環境の作成に失敗しました。

Success 0

分離された Windows 環境の作成に成功しました。

UnknownFailure 2

分離された Windows 環境の作成が不明なエラーで失敗しました。

注釈

警告

これは非推奨の API です。

適用対象