SysHolographicWindowingEnvironmentState 枚举

定义

指示全息 shell 的状态。

重要

此 API 仅适用于 Windows 操作系统的组件。 对于所有其他进程,对这些 API 的调用将在运行时失败。 这些 API 可能会在将来的 Windows 版本中修改或删除。

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
继承
SysHolographicWindowingEnvironmentState
属性

Windows 要求

设备系列
Windows Holographic System Implementation Extension SDK (在 10.0.17763.0 中引入)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (在 v1.0 中引入)

字段

Error 5

全息 shell 处于错误状态。

Running 2

全息 shell 正在运行。

Starting 1

全息 shell 正在启动。

Stopped 0

全息 shell 已停止。

Stopping 4

全息 shell 正在停止。

Suspended 3

全息 shell 已暂停。

适用于