WindowsUpdateScanCompletedEventArgs Class
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.
Event data for the corresponding WindowsUpdateManager.ScanCompleted event.
public ref class WindowsUpdateScanCompletedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowsUpdateScanCompletedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowsUpdateScanCompletedEventArgs
Public NotInheritable Class WindowsUpdateScanCompletedEventArgs
- Inheritance
- 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
ExtendedError |
Gets detailed information about an error associated with a completed scan event. |
ProviderId |
Gets the provider ID associated with the scan-completed event. |
Succeeded |
Gets a value indicating whether the completed scan succeeded. |
Updates |
Gets a collection of WindowsUpdate objects discovered by the scan that triggered the scan-completed event. |