次の方法で共有


GazeDevicePreview.GetNumericControlDescriptions(UInt16, UInt16) メソッド

定義

視線追跡デバイスの数値コントロールの説明を取得します。

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 オブジェクトのベクター。

適用対象

こちらもご覧ください