HidNumericControlDescription.ReportSize プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レポートの使用状況のデータ フィールドのサイズを取得します。
public:
property unsigned int ReportSize { unsigned int get(); };
uint32_t ReportSize();
public uint ReportSize { get; }
var uInt32 = hidNumericControlDescription.reportSize;
Public ReadOnly Property ReportSize As UInteger
プロパティ値
データ フィールドのサイズ (ビット単位)。
注釈
ReportCount が 1 より大きい場合、各使用状況には、このサイズの個別のデータ フィールドがあります。