共用方式為


SysHolographicWindowingEnvironmentState 列舉

定義

表示全像攝影殼層的狀態。

重要

此 API 僅適用于 Windows 作業系統的元件。 所有其他進程在執行時間呼叫這些 API 將會失敗。 未來 Windows 版本中可能會修改或移除這些 API。

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

全像攝影殼層處於錯誤狀態。

Running 2

全像攝影殼層正在執行。

Starting 1

全像攝影殼層正在啟動。

Stopped 0

全像攝影殼層已停止。

Stopping 4

全像攝影殼層正在停止。

Suspended 3

全像攝影殼層已暫停。

適用於