HidNumericControlDescription.ReportCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of reports associated with the given control.
public:
property unsigned int ReportCount { unsigned int get(); };
uint32_t ReportCount();
public uint ReportCount { get; }
var uInt32 = hidNumericControlDescription.reportCount;
Public ReadOnly Property ReportCount As UInteger
Property Value
The number of reports.