HidFeatureReport.GetNumericControl(UInt16, UInt16) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取 與 usagePage 和 usageId 參數相關聯的數值控制項,並在指定的功能報告中找到。
public:
virtual HidNumericControl ^ GetNumericControl(unsigned short usagePage, unsigned short usageId) = GetNumericControl;
HidNumericControl GetNumericControl(uint16_t const& usagePage, uint16_t const& usageId);
public HidNumericControl GetNumericControl(ushort usagePage, ushort usageId);
function getNumericControl(usagePage, usageId)
Public Function GetNumericControl (usagePage As UShort, usageId As UShort) As HidNumericControl
參數
- usagePage
-
UInt16
unsigned short
uint16_t
指定 HID 裝置之最上層集合的使用頁面。
- usageId
-
UInt16
unsigned short
uint16_t
指定 HID 裝置之最上層集合的使用識別碼。
傳回
HidNumericControl物件。