WindowsUpdateItem Class

Definition

Represents a property bag of information regarding an update that was previously completed.

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
Inheritance
Object Platform::Object IInspectable WindowsUpdateItem
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.23504.0)
API contract
Windows.Management.Update.WindowsUpdateContract (introduced in v1.0)

Properties

Category

Gets a value indicating the categoric classification of an update.

Description

Gets description metadata that gives more detailed information about an update.

MoreInfoUrl

Gets a URL that links to detailed information regarding the update.

Operation

Gets the operation associated with the update item.

ProviderId

Gets the identity of the provider that processed the update.

Timestamp

Gets the timestamp at which the update was completed.

Title

Gets the title of the update.

UpdateId

Gets the unique ID associated with an update (in order to identify it).

Applies to