Share via


SysHolographicWindowingEnvironmentStatus.ComponentStatuses Property

Definition

Gets the statuses of various components of the holographic shell.

Important

This API is available only to components of the Windows operating system. Calls to these APIs will fail at runtime for all other processes. These APIs may be modified or removed in future Windows releases.

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)

Property Value

The statuses.

Applies to