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物件的向量。