Share via


IPublishProperties.BootstrapperPackages Property

Gets the collection of bootstrapper packages.

Namespace:  Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

Syntax

'Declaration
ReadOnly Property BootstrapperPackages As IBootstrapperPackageCollection
IBootstrapperPackageCollection BootstrapperPackages { get; }
property IBootstrapperPackageCollection^ BootstrapperPackages {
    IBootstrapperPackageCollection^ get ();
}
abstract BootstrapperPackages : IBootstrapperPackageCollection with get
function get BootstrapperPackages () : IBootstrapperPackageCollection

Property Value

Type: Microsoft.VisualStudio.ManagedInterfaces.Publish.IBootstrapperPackageCollection
IBootstrapperPackageCollection .

.NET Framework Security

See Also

Reference

IPublishProperties Interface

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace