SysHolographicWindowingEnvironmentStatus.ComponentStatuses 属性

定义

获取全息 shell 的各个组件的状态。

重要

此 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)

属性值

状态。

适用于