SysHolographicWindowingEnvironmentComponentState 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出全像攝影殼層元件的狀態。
重要
此 API 僅適用于 Windows 作業系統的元件。 對這些 API 的呼叫會在執行時間失敗,其他所有進程都會失敗。 未來 Windows 版本中可能會修改或移除這些 API。
public enum class SysHolographicWindowingEnvironmentComponentState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
enum class SysHolographicWindowingEnvironmentComponentState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public enum SysHolographicWindowingEnvironmentComponentState
var value = Windows.System.Implementation.Holographic.SysHolographicWindowingEnvironmentComponentState.normal
Public Enum SysHolographicWindowingEnvironmentComponentState
- 繼承
-
SysHolographicWindowingEnvironmentComponentState
- 屬性
Windows 需求
裝置系列 |
Windows Holographic System Implementation Extension SDK (已於 10.0.17763.0 引進)
|
API contract |
Windows.System.Implementation.Holographic.HoloSysImplementationContract (已於 v1.0 引進)
|
欄位
Error | 2 | 元件處於錯誤狀態。 |
Normal | 0 | 元件處於正常狀態。 |
Warning | 1 | 元件處於警告狀態。 |