Key
specifies a unique key for the AssociationElement.
![]() |
---|
|
Values
Key |
Specifies a unique key for the AssociationElement. Key is a string. |
This string type does not support empty elements. Do not create an empty value for this setting.
Valid Configuration Passes
offlineServicing
Parent Hierarchy
Applies To
For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-TabletPC-Platform-Input-Core.
XML Example
The following XML output shows how to configure
AssociationElement
to associate two Tablet PC monitors
to three digitizers on the same system, using the key values:
Monitor1, Monitor2, and Monitor3.
![]() |
|
---|---|
<AssociationData> <AssociationElement wcm:action="add" wcm:keyValue="Monitor1">"hid#VID_1B96&PID_0008&REV_2100&mi_01&col01"="PCI\\VEN_8086&DEV_4102&SUBSYS_16B510CF|FUJ5812"</AssociationElement> <AssociationElement wcm:action="add" wcm:keyValue="Monitor2">"hid#VID_1B96&PID_0008&REV_2100&mi_01&col02"="PCI\\VEN_8086&DEV_4102&SUBSYS_16B510CF|FUJ5812"</AssociationElement> </AssociationData> <AssociationElement wcm:action="add" wcm:keyValue="Monitor3">"hid#VID_1B96&PID_0008&REV_2100&mi_01&col03"="PCI\\VEN_8086&DEV_4102&SUBSYS_16B510CF|FUJ5812"</AssociationElement> </AssociationData> |