HidFeatureReport 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class HidFeatureReport sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HidFeatureReport final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HidFeatureReport
Public NotInheritable Class HidFeatureReport
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
属性
Data |
获取或设置与给定特征报告关联的数据。 |
Id |
获取与给定特征报告关联的标识符。 |
方法
GetBooleanControl(UInt16, UInt16) |
检索与 usagePage 和 usageId 参数关联的布尔控件,并在给定的功能报告中找到。 |
GetBooleanControlByDescription(HidBooleanControlDescription) |
检索由 controlDescription 参数描述并在给定功能报告中找到的布尔控件。 |
GetNumericControl(UInt16, UInt16) |
检索与 usagePage 和 usageId 参数关联的数字控件,并在给定的功能报告中找到。 |
GetNumericControlByDescription(HidNumericControlDescription) |
检索 由 controlDescription 参数描述并在给定特征报告中找到的数字控件。 |