HidCollectionType Enum
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.
Identifies the relationship that defines a grouping of controls on the device.
Collections are a way to group a set of controls that are similar to one another; or, are related by physical, or, operational proximity.
public enum class HidCollectionType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class HidCollectionType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum HidCollectionType
var value = Windows.Devices.HumanInterfaceDevice.HidCollectionType.physical
Public Enum HidCollectionType
- Inheritance
-
HidCollectionType
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Physical | 0 | The controls are related by physical source. |
Application | 1 | The controls are related by intended application. |
Logical | 2 | The controls are logically related. |
Report | 3 | The controls are related by report type. |
NamedArray | 4 | The controls are related by a named array. |
UsageSwitch | 5 | The controls are related by a usage switch. |
UsageModifier | 6 | The controls are related by a usage modifier. |
Other | 7 | The control relationship is not described by a defined category. |