共用方式為


LinearityData

LinearityData 是一或多個 DeviceElement實例的容器。 此金鑰是特定裝置校正資料的父金鑰。 您可以在此機碼下建立子機碼,以包含特定數位板的校正資料。 執行 tabcal.exe -export 以產生包含校正資料的裝置識別碼和十六進位字串。 使用裝置識別碼作為名稱和校正資料作為值,線上性資料下插入裝置識別碼和十六進位字串做為新的子機碼。

子元素

設定 描述
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