密钥 (associationdata-associationelement---) key 的密钥Key (microsoft-windows-tabletpc-platform-input-core-associationdata-associationelement-key)
Key
指定 AssociationElement的唯一键。Key
specifies a unique key for the AssociationElement.
注意Note
此元素不会出现在 Windows 系统映像管理器的 " 属性 " 窗格中 (windows SIM) ,直到将 AssociationElement 添加到应答文件。This element does not appear in the Properties pane of Windows System Image Manager (Windows SIM) until you add AssociationElement to the answer file.
的值
Key
作为 AssociationElement 元素的属性添加到答案文件中。The value forKey
is added to the answer file as an attribute of the AssociationElement element. 特性wcm:keyValue
用于标识每个唯一关联。The attributewcm:keyValue
is used to identify each unique association. 例如,可以通过使用Key
Monitor1、 Monitor2 和 Monitor3 的值指定三个不同的关联。For example, you can specify three different associations by using theKey
values of Monitor1, Monitor2, and Monitor3.
值Values
KeyKey |
指定 AssociationElement的唯一键。Specifies a unique key for the AssociationElement. Key 是一个字符串。Key is a string. |
该字符串类型不支持空元素。This string type does not support empty elements. 请勿为该设置创建空值。Do not create an empty value for this setting.
有效的配置阶段Valid Configuration Passes
offlineServicingofflineServicing
父层次结构Parent Hierarchy
Microsoft-Windows-平板-平台-输入-核心 | AssociationData | AssociationElement | 键Microsoft-Windows-TabletPC-Platform-Input-Core| AssociationData| AssociationElement | Key
适用于Applies To
有关此组件支持的 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-平板电脑-输入核心。For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-TabletPC-Platform-Input-Core.
XML 示例XML Example
下面的 XML 输出显示了如何配置 AssociationElement
以将两个 TABLET PC 监视器关联到同一系统上的三个数字化器,方法是使用以下键值: Monitor1、Monitor2 和 Monitor3。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>