WindowsUpdateActionProgress Class

Definition

Returned by the ActionProgress properties of WindowsUpdate and WindowsUpdateProgressChangedEventArgs.

public ref class WindowsUpdateActionProgress sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowsUpdateActionProgress final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowsUpdateActionProgress
Public NotInheritable Class WindowsUpdateActionProgress
Inheritance
Object Platform::Object IInspectable WindowsUpdateActionProgress
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

Action

Gets the action that the WindowsUpdate object currently has in progress.

Progress

Gets the current progress of an action for the WindowsUpdate object.

Applies to