Freigeben über


GazeDevicePreview.GetNumericControlDescriptions(UInt16, UInt16) Methode

Definition

Ruft die Beschreibung des numerischen Steuerelements für das Eyetracking-Gerät ab.

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)

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