WindowsUpdateManager.GetApplicableUpdates 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 a list of all applicable updates currently known to the WindowsUpdateManager.
public:
virtual IVectorView<WindowsUpdate ^> ^ GetApplicableUpdates() = GetApplicableUpdates;
IVectorView<WindowsUpdate> GetApplicableUpdates();
public IReadOnlyList<WindowsUpdate> GetApplicableUpdates();
function getApplicableUpdates()
Public Function GetApplicableUpdates () As IReadOnlyList(Of WindowsUpdate)
Returns
A list of applicable updates.
Remarks
If a WindowsUpdateAdministrator has been registered using RequireAdministratorApprovalForUpdates, then updates won't be considered applicable until they have been approved using ApproveWindowsUpdate.