IBootstrapperPackageCollection Interface
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.
A collection of IBootstrapperPackage objects.
public interface class IBootstrapperPackageCollection
public interface class IBootstrapperPackageCollection
__interface IBootstrapperPackageCollection
[System.Runtime.InteropServices.Guid("A62EE1E4-0017-40d8-9FDD-830778F37A51")]
public interface IBootstrapperPackageCollection
[<System.Runtime.InteropServices.Guid("A62EE1E4-0017-40d8-9FDD-830778F37A51")>]
type IBootstrapperPackageCollection = interface
Public Interface IBootstrapperPackageCollection
- Attributes
Properties
Count |
Gets the number of items contained by the collection. |
Item[Object] |
Gets an IBootstrapperPackage interface given its product code. |