IsolatedWindowsEnvironmentProgressState Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Action déconseillée. Retourné lors de la création de l’environnement Windows isolé, il représente l’état du processus de création.
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
- Héritage
-
IsolatedWindowsEnvironmentProgressState
- 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
Completed | 2 | La création de l’environnement Windows isolé est terminée. |
Creating | 3 | La création d’un environnement Windows isolé est en cours. |
Finalizing | 6 | Les paramètres d’environnement Windows isolés sont en cours de configuration. |
Processing | 1 | La création d’un environnement Windows isolé se prépare à démarrer. |
Queued | 0 | La création d’un environnement Windows isolé est mise en file d’attente. |
Retrying | 4 | Un problème s’est produit lors de la création de l’environnement Windows isolé. La création est en cours de nouvelle tentative. |
Starting | 5 | L’environnement Windows isolé démarre. |
Remarques
Avertissement
Il s’agit d’une API déconseillée.