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