SysHolographicWindowingEnvironment.IsHomeGestureReady 属性

定义

获取主手势是否处于就绪状态。 此 API 仅适用于 Windows 操作系统的组件。

public:
 property bool IsHomeGestureReady { bool get(); };
bool IsHomeGestureReady();
public bool IsHomeGestureReady { get; }
var boolean = sysHolographicWindowingEnvironment.isHomeGestureReady;
Public ReadOnly Property IsHomeGestureReady As Boolean

属性值

Boolean

bool

主手势是否处于就绪状态。

Windows 要求

要求 说明
设备系列
Windows Holographic System Implementation Extension SDK (在 10.0.18362.0 中引入)
Windows Holographic System Implementation Extension SDK (在 10.0.28000.0 中引入)
API contract
Windows.System.Implementation.Holographic.HoloSysImplementationContract (在 v2.0 中引入)

注解

对于 Windows 操作系统组件以外的所有进程,在运行时调用这些 API 会失败。 将来的 Windows 版本中可能会修改或删除这些 API。

适用于