WindowsUpdateManager.GetMostRecentCompletedUpdates(Int32) Method
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.
Retrieves information about the most recently completed updates.
public:
virtual IVectorView<WindowsUpdateItem ^> ^ GetMostRecentCompletedUpdates(int count) = GetMostRecentCompletedUpdates;
IVectorView<WindowsUpdateItem> GetMostRecentCompletedUpdates(int const& count);
public IReadOnlyList<WindowsUpdateItem> GetMostRecentCompletedUpdates(int count);
function getMostRecentCompletedUpdates(count)
Public Function GetMostRecentCompletedUpdates (count As Integer) As IReadOnlyList(Of WindowsUpdateItem)
Parameters
- count
-
Int32
int
The number of recently completed updates to retrieve.
Returns
A list of the N most recently completed updates, where N can't exceed count.