WindowsUpdateItem 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示有关以前完成的更新的信息的属性包。
public ref class WindowsUpdateItem sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowsUpdateItem final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowsUpdateItem
Public NotInheritable Class WindowsUpdateItem
- 继承
- 属性
Windows 要求
设备系列 |
Windows Desktop Extension SDK (在 10.0.23504.0 中引入)
|
API contract |
Windows.Management.Update.WindowsUpdateContract (在 v1.0 中引入)
|
属性
Category |
获取一个值,该值指示更新的类别分类。 |
Description |
获取提供有关更新的更详细信息的说明元数据。 |
MoreInfoUrl |
获取链接到有关更新的详细信息的 URL。 |
Operation |
获取与更新项关联的操作。 |
ProviderId |
获取处理更新的提供程序的标识。 |
Timestamp |
获取完成更新的时间戳。 |
Title |
获取更新的标题。 |
UpdateId |
获取与更新 (关联的唯一 ID,以便) 标识它。 |