AssociationData
AssociationData
包含一个或多个 AssociationElement 实例。 AssociationElement 指定将 Tablet PC 监视器关联到数字化器的信息。 为要关联到数字化器的每个 Tablet PC 监视器添加单独的 AssociationElement。
子元素
设置 | 说明 |
---|---|
AssociationElement | 指定将 Tablet PC 监视器关联到数字化器的信息。 |
父层次结构
Microsoft-Windows-TabletPC-Platform-Input-Core | AssociationData
有效配置阶段
offlineServicing
应用于
有关此组件支持的 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-TabletPC-Platform-Input-Core。
XML 示例
下面的 XML 输出显示了如何配置 AssociationData
,以将两个 Tablet PC 监视器关联到同一系统上的两个数字化器,方法是使用以下键值:Monitor1、Monitor2 和 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>