IUpdate.GetInstallableItems Method ()

 

Applies To: Windows Server Update Services

Gets the directly bundled, non-explicitly-deployable child updates of this update. Creates an installable item on behalf of this update if the update itself has files.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

ReadOnlyCollection<IInstallableItem> GetInstallableItems()
ReadOnlyCollection<IInstallableItem^>^ GetInstallableItems()
abstract GetInstallableItems : unit -> ReadOnlyCollection<IInstallableItem>
Function GetInstallableItems As ReadOnlyCollection(Of IInstallableItem)

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<IInstallableItem>

The collection of InstallableItem objects that represent the directly bundled, non-explicitly-deployable child updates of this update. It includes an InstallableItem on behalf of this update (parent) if the update (parent) itself has files.

Exceptions

Exception

Condition

WsusObjectNotFoundException

The update could not be found in the database.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top