GazeDevicePreview.GetNumericControlDescriptions(UInt16, UInt16) Метод

Определение

Извлекает описание числового элемента управления для устройства отслеживания взгляда.

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 .

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

См. также раздел