Share via


SysHolographicWindowingEnvironmentStatus.ComponentStatuses 속성

정의

홀로그램 셸의 다양한 구성 요소 상태를 가져옵니다.

중요

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

public:
 property IVectorView<SysHolographicWindowingEnvironmentComponentStatus> ^ ComponentStatuses { IVectorView<SysHolographicWindowingEnvironmentComponentStatus> ^ get(); };
IVectorView<SysHolographicWindowingEnvironmentComponentStatus> ComponentStatuses();
public IReadOnlyList<SysHolographicWindowingEnvironmentComponentStatus> ComponentStatuses { get; }
var iVectorView = sysHolographicWindowingEnvironmentStatus.componentStatuses;
Public ReadOnly Property ComponentStatuses As IReadOnlyList(Of SysHolographicWindowingEnvironmentComponentStatus)

속성 값

상태입니다.

적용 대상