IPublishProperties3::BootstrapperPackages Property

 

Gets the collection of packages for the bootstrapping application.

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

[DispIdAttribute(6)]
property IBootstrapperPackageCollection^ BootstrapperPackages {
	IBootstrapperPackageCollection^ get();
}

Property Value

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

The collection of packages for the bootstrapping application.

Return to top
Show: