Поделиться через


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

Определение

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

public:
 virtual IVectorView<HidBooleanControlDescription ^> ^ GetBooleanControlDescriptions(unsigned short usagePage, unsigned short usageId) = GetBooleanControlDescriptions;
IVectorView<HidBooleanControlDescription> GetBooleanControlDescriptions(uint16_t const& usagePage, uint16_t const& usageId);
public IReadOnlyList<HidBooleanControlDescription> GetBooleanControlDescriptions(ushort usagePage, ushort usageId);
function getBooleanControlDescriptions(usagePage, usageId)
Public Function GetBooleanControlDescriptions (usagePage As UShort, usageId As UShort) As IReadOnlyList(Of HidBooleanControlDescription)

Параметры

usagePage
UInt16

unsigned short

uint16_t

Страница использования для устройства отслеживания взгляда.

usageId
UInt16

unsigned short

uint16_t

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

Возвращаемое значение

Вектор объектов HidNumericControlDescription .

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

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