SysHolographicWindowingEnvironmentComponentState 열거형

정의

홀로그램 셸 구성 요소의 상태를 나타냅니다.

중요

이 API는 Windows 운영 체제의 구성 요소에서만 사용할 수 있습니다. 이러한 API에 대한 호출은 런타임에 다른 모든 프로세스에 대해 실패합니다. 이러한 API는 향후 Windows 릴리스에서 수정하거나 제거할 수 있습니다.

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

구성 요소가 경고 상태입니다.

적용 대상