Key
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2
Key
specifies a unique key for the AssociationElement.
Note
Key
is added to the answer file as an attribute of the AssociationElement element. The attribute wcm:keyValue
is used to identify each unique association. For example, you can specify three different associations by using the Key
values of Monitor1, Monitor2, and Monitor3.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
Microsoft-Windows-TabletPC-Platform-Input-Core| AssociationData| AssociationElement | Key
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>