SystemUpdateItem 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述更新捆绑包的属性和状态。
public ref class SystemUpdateItem sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.SystemManagementContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SystemUpdateItem final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.SystemManagementContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SystemUpdateItem
Public NotInheritable Class SystemUpdateItem
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10, version 1809 (在 10.0.17763.0 中引入)
|
API contract |
Windows.System.SystemManagementContract (在 v6.0 中引入)
|
注解
仅支持 Windows 10 IoT 核心版 2019
属性
Description |
描述 SystemUpdateItem 的内容。 |
DownloadProgress |
下载进度百分比。 |
ExtendedError |
扩展的错误信息(如果可用)。 |
Id |
标识此更新项的唯一标识符。 |
InstallProgress |
安装进度百分比。 |
Revision |
更新捆绑包的修订号。 从 1 开始,如果对原始更新捆绑包进行修订,则增加。 |
State |
当前更新项的状态。 |
Title |
更新项的标题。 |