Share via


IInstallableItem.GetInstallableItems Method ()

 

Applies To: Windows Server Update Services

Gets the installable items that represent the installable subcomponents of this installable item.

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 installable subcomponents of this installable item.

See Also

IInstallableItem Interface
Microsoft.UpdateServices.Administration Namespace

Return to top