GazeDevicePreview.GetBooleanControlDescriptions(UInt16, UInt16) Methode

Definition

Ruft die Booleschen Steuerelementbeschreibungen für das Eyetracking-Gerät ab.

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)

Parameter

usagePage
UInt16

unsigned short

uint16_t

Die Nutzungsseite für das Eyetracking-Gerät.

usageId
UInt16

unsigned short

uint16_t

Der Nutzungsbezeichner für das Eyetracking-Gerät.

Gibt zurück

Ein Vektor von HidNumericControlDescription-Objekten .

Gilt für:

Weitere Informationen