WindowsUpdateScanCompletedEventArgs.Updates 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 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.