GazeDevicePreview.GetBooleanControlDescriptions(UInt16, UInt16) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
視線追跡デバイスのブールコントロールの説明を取得します。
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 オブジェクトのベクター。