SysHolographicWindowingEnvironmentState 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.
Gibt den Zustand der holografischen Shell an.
Wichtig
Diese API ist nur für Komponenten des Windows-Betriebssystems verfügbar. Aufrufe dieser APIs schlagen zur Laufzeit für alle anderen Prozesse fehl. Diese APIs können in zukünftigen Windows-Releases geändert oder entfernt werden.
public enum class SysHolographicWindowingEnvironmentState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
enum class SysHolographicWindowingEnvironmentState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public enum SysHolographicWindowingEnvironmentState
var value = Windows.System.Implementation.Holographic.SysHolographicWindowingEnvironmentState.stopped
Public Enum SysHolographicWindowingEnvironmentState
- Vererbung
-
SysHolographicWindowingEnvironmentState
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows Holographic System Implementation Extension SDK (eingeführt in 10.0.17763.0)
|
API contract |
Windows.System.Implementation.Holographic.HoloSysImplementationContract (eingeführt in v1.0)
|
Felder
Error | 5 | Die holografische Shell befindet sich in einem Fehlerzustand. |
Running | 2 | Die holografische Shell wird ausgeführt. |
Starting | 1 | Die holografische Shell wird gestartet. |
Stopped | 0 | Die holografische Shell wird beendet. |
Stopping | 4 | Die holografische Shell wird beendet. |
Suspended | 3 | Die holografische Shell ist angehalten. |