GazeDevicePreview.GetNumericControlDescriptions(UInt16, UInt16) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索目视跟踪设备的数字控件说明。
public:
virtual IVectorView<HidNumericControlDescription ^> ^ GetNumericControlDescriptions(unsigned short usagePage, unsigned short usageId) = GetNumericControlDescriptions;
IVectorView<HidNumericControlDescription> GetNumericControlDescriptions(uint16_t const& usagePage, uint16_t const& usageId);
public IReadOnlyList<HidNumericControlDescription> GetNumericControlDescriptions(ushort usagePage, ushort usageId);
function getNumericControlDescriptions(usagePage, usageId)
Public Function GetNumericControlDescriptions (usagePage As UShort, usageId As UShort) As IReadOnlyList(Of HidNumericControlDescription)
参数
- usagePage
-
UInt16
unsigned short
uint16_t
目视跟踪设备的使用情况页。
- usageId
-
UInt16
unsigned short
uint16_t
目视跟踪设备的使用标识符。
返回
HidNumericControlDescription 对象的向量。