Partager via


IsolatedWindowsEnvironmentCreateStatus Énumération

Définition

Action déconseillée. Contient les retours réels de la création de l’environnement Windows isolé status.

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
Héritage
IsolatedWindowsEnvironmentCreateStatus
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 2004 (introduit dans 10.0.19041.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduit dans v2.0)

Champs

FailureByPolicy 1

La création de l’environnement Windows isolé a échoué en raison de la configuration de la stratégie.

Success 0

La création de l’environnement Windows isolé a réussi.

UnknownFailure 2

La création d’un environnement Windows isolé a échoué avec un échec inconnu.

Remarques

Avertissement

Il s’agit d’une API déconseillée.

S’applique à