DeviceElement

DeviceElement 指定特定设备的校准数据。 使用此设置,可以包括特定数字化器的校准数据。 运行 tabcal.exe -export 并生成一个设备 ID 和一个包含校准数据的十六进制字符串。 在 LinearityData 下插入作为新子项的设备 ID 和十六进制字符串。 使用设备 ID 作为名称,使用校准数据作为值。

子元素

设置 说明
指定 DeviceElement 的唯一键。
指定 DeviceElement 的值。

父层次结构

Microsoft-Windows-TabletPC-Platform-Input-Core | LinearityData | DeviceElement

有效配置阶段

offlineServicing

应用于

有关此组件支持的受支持 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-TabletPC-Platform-Input-Core

XML 示例

以下 XML 输出演示了如何配置 DeviceElement

<LinearityData>
<DeviceElement wcm:action="add" wcm:keyValue="MyKey">11</DeviceElement>
</LinearityData>

Microsoft-Windows-TabletPC-Platform-Input-Core