共用方式為


HidDevice.GetBooleanControlDescriptions(HidReportType, UInt16, UInt16) 方法

定義

擷取指定 HID 裝置之布林控制項的描述。

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

參數

reportType
HidReportType

指定要求控制項描述的報表類型。

usagePage
UInt16

unsigned short

uint16_t

識別與控制項相關聯的使用方式頁面。

值 0 會視為所有使用頁面的萬用字元。

usageId
UInt16

unsigned short

uint16_t

識別與控制項相關聯的使用方式。

值 0 會視為所有使用識別碼的萬用字元。

傳回

HidBooleanControlDescription物件的向量。

備註

布林值控制項是傳回 On/Off 值的簡單控制項。 (它們有時稱為按鈕控制項。)

適用於

另請參閱