LinearityData

LinearityDataDeviceElement 的一个或多个实例的容器。 此键是特定设备的校准数据的父键。 可以在此键下创建子项,以包含特定数字化器的校准数据。 运行 tabcal.exe -export生成一个设备 ID 和一个包含校准数据的十六进制字符串。 将设备 ID 和十六进制字符串插入线性数据下作为新子项,使用设备 ID 作为名称,并将校准数据用作值。

子元素

设置 说明
DeviceElement 指定设备。

父层次结构

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

有效配置阶段

offlineServicing

应用于

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

XML 示例

以下 XML 输出演示的是通过使用 LinearityData 指定两个设备。

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

Microsoft-Windows-TabletPC-Platform-Input-Core