SysHolographicWindowingEnvironmentState 열거형

정의

홀로그램 셸의 상태를 나타냅니다.

중요

이 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

홀로그램 셸이 오류 상태입니다.

Running 2

홀로그램 셸이 실행 중입니다.

Starting 1

홀로그램 셸이 시작됩니다.

Stopped 0

홀로그램 셸이 중지되었습니다.

Stopping 4

홀로그램 셸이 중지됩니다.

Suspended 3

홀로그램 셸이 일시 중단됩니다.

적용 대상