共用方式為


GazeDevicePreview.GetBooleanControlDescriptions(UInt16, UInt16) 方法

定義

擷取眼球追蹤裝置的布林值控制項描述。

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)

參數

usagePage
UInt16

unsigned short

uint16_t

眼球追蹤裝置的使用頁面。

usageId
UInt16

unsigned short

uint16_t

眼球追蹤裝置的使用識別碼。

傳回

HidNumericControlDescription物件的向量。

適用於

另請參閱