IBootstrapperPackageCollection Interface
A collection of IBootstrapperPackage objects.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Declaration
<GuidAttribute("A62EE1E4-0017-40d8-9FDD-830778F37A51")> _
Public Interface IBootstrapperPackageCollection
[GuidAttribute("A62EE1E4-0017-40d8-9FDD-830778F37A51")]
public interface IBootstrapperPackageCollection
[GuidAttribute(L"A62EE1E4-0017-40d8-9FDD-830778F37A51")]
public interface class IBootstrapperPackageCollection
[<GuidAttribute("A62EE1E4-0017-40d8-9FDD-830778F37A51")>]
type IBootstrapperPackageCollection = interface end
public interface IBootstrapperPackageCollection
The IBootstrapperPackageCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of items contained by the collection. | |
Item | Gets an IBootstrapperPackage interface given its product code. |
Top