WindowsUpdateProgressChangedEventArgs.ActionProgress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the WindowsUpdateActionProgress associated with the progress change event.
public:
property WindowsUpdateActionProgress ^ ActionProgress { WindowsUpdateActionProgress ^ get(); };
WindowsUpdateActionProgress ActionProgress();
public WindowsUpdateActionProgress ActionProgress { get; }
var windowsUpdateActionProgress = windowsUpdateProgressChangedEventArgs.actionProgress;
Public ReadOnly Property ActionProgress As WindowsUpdateActionProgress
Property Value
The WindowsUpdateActionProgress associated with the progress change event.