AssociationData
AssociationData
には、AssociationElement の 1 つ以上のインスタンスが含まれています。 AssociationElement は、タブレット PC モニターをデジタイザーに関連付けるための情報を指定します。 デジタイザーに関連付ける各タブレット PC モニターに対して、個別の AssociationElement を追加します。
子要素
設定 | 説明 |
---|---|
AssociationElement | タブレット PC モニターをデジタイザーに関連付ける情報を指定します。 |
[親階層]
Microsoft-Windows-TabletPC-Platform-Input-Core | AssociationData
有効な構成パス
offlineServicing
適用対象
このコンポーネントがサポートしている Windows のエディションとアーキテクチャの一覧については、「Microsoft-Windows-TabletPC-Platform-Input-Core」を参照してください。
XML の例
次の XML 出力は、Monitor1、Monitor2、Monitor3 のキー値を使用して、2 つのタブレット PC モニターを同じシステム上の 3 つのデジタイザーに関連付けるために AssociationData
を構成する方法を示しています。
<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>