SysHolographicWindowingEnvironmentComponentStatus Структура

Определение

Представляет состояние одного компонента голографической оболочки.

Важно!

Этот API доступен только для компонентов операционной системы Windows. Вызовы этих API будут завершаться ошибкой во время выполнения для всех остальных процессов. Эти API-интерфейсы могут быть изменены или удалены в будущих выпусках Windows.

public value class SysHolographicWindowingEnvironmentComponentStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
struct SysHolographicWindowingEnvironmentComponentStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public struct SysHolographicWindowingEnvironmentComponentStatus
var sysHolographicWindowingEnvironmentComponentStatus = {
componentKind : /* Your value */,
componentState : /* Your value */,
statusCode : /* Your value */,
substatusCode : /* Your value */
}
Public Structure SysHolographicWindowingEnvironmentComponentStatus
Наследование
SysHolographicWindowingEnvironmentComponentStatus
Атрибуты

Требования к Windows

Семейство устройств
Windows Holographic System Implementation Extension SDK (появилось в 10.0.17763.0)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (появилось в v1.0)

Поля

ComponentKind

Вид компонента.

ComponentState

Состояние компонента.

StatusCode

Код состояния.

SubstatusCode

Код подсостояние.

Применяется к