Key (microsoft-windows-tabletpc-platform-input-core-associationdata-associationelement-key)
Key
specifies a unique key for the AssociationElement.
Note
This element does not appear in the Properties pane of Windows System Image Manager (Windows SIM) until you add AssociationElement to the answer file.
The value for
Key
is added to the answer file as an attribute of the AssociationElement element. The attributewcm:keyValue
is used to identify each unique association. For example, you can specify three different associations by using theKey
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>