IsolatedWindowsEnvironmentProgressState Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Veraltet. Sie wird während der Erstellung einer isolierten Windows-Umgebung zurückgegeben und stellt den Status des Erstellungsprozesses dar.
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
- Vererbung
-
IsolatedWindowsEnvironmentProgressState
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10, version 2004 (eingeführt in 10.0.19041.0)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (eingeführt in v2.0)
|
Felder
Completed | 2 | Die Erstellung einer isolierten Windows-Umgebung wurde abgeschlossen. |
Creating | 3 | Die Erstellung einer isolierten Windows-Umgebung wird ausgeführt. |
Finalizing | 6 | Isolierte Windows-Umgebungseinstellungen werden konfiguriert. |
Processing | 1 | Die Erstellung einer isolierten Windows-Umgebung wird auf den Start vorbereitet. |
Queued | 0 | Die Erstellung einer isolierten Windows-Umgebung wird in die Warteschlange eingereiht. |
Retrying | 4 | Beim Erstellen der isolierten Windows-Umgebung ist ein Fehler aufgetreten. Die Erstellung wird wiederholt. |
Starting | 5 | Die isolierte Windows-Umgebung wird gestartet. |
Hinweise
Warnung
Dies ist eine veraltete API.