Share via


WindowsUpdateScanCompletedEventArgs.Updates Property

Definition

Gets a collection of WindowsUpdate objects discovered by the scan that triggered the scan-completed event.

public:
 property IVectorView<WindowsUpdate ^> ^ Updates { IVectorView<WindowsUpdate ^> ^ get(); };
IVectorView<WindowsUpdate> Updates();
public IReadOnlyList<WindowsUpdate> Updates { get; }
var iVectorView = windowsUpdateScanCompletedEventArgs.updates;
Public ReadOnly Property Updates As IReadOnlyList(Of WindowsUpdate)

Property Value

A collection of WindowsUpdate objects discovered by the scan that triggered the scan-completed event.

Applies to