Key (microsoft-windows-tabletpc-platform-input-core-associationdata-associationelement-key)
Key
は、AssociationElement の一意のキーを指定します。
注
この要素は、応答ファイルに AssociationElement を追加するまで、Windows システム イメージ マネージャー (Windows SIM) の [プロパティ] ウィンドウに表示されません。
Key
の値は、AssociationElement 要素の属性として応答ファイルに追加されます。 属性wcm:keyValue
は、一意の関連付けをそれぞれを識別するために使用します。 たとえば、Monitor1、Monitor2、Monitor3 のKey
値を使用し、3 つの異なる関連付けを指定できます。
値
キー |
AssociationElement の一意のキーを指定します。 Key は文字列です。 |
この文字列の種類は空の要素をサポートしていません。 この設定で空の値を作成しないでください。
有効な構成パス
offlineServicing
[親階層]
Microsoft-Windows-TabletPC-Platform-Input-Core| AssociationData| AssociationElement | Key
適用対象
このコンポーネントがサポートしている Windows のエディションとアーキテクチャの一覧については、「Microsoft-Windows-TabletPC-Platform-Input-Core」を参照してください。
XML の例
次の XML 出力は、Monitor1、Monitor2、Monitor3 のキー値を使用して、2 つのタブレット PC モニターを同じシステム上の 3 つのデジタイザーに関連付けるために AssociationElement
を構成する方法を示しています。
<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>