SoftwarePackages Collection

The SoftwarePackages collection is a dispinterface on a class List object. The list is intended to contain ISoftwarePackage dispinterfaces. Each interface associates a SoftwarePackage object as a subordinate to the parent Channel object.

Type

IList (VT_DISPATCH)

Contains

ISoftwarePackage (VT_DISPATCH)

Default

Empty

Example

IChannel.SoftwarePackages.Add(CreateObject("push.softwarepackage"))

© 1997-1998 Microsoft Corporation. All rights reserved.