IPublishProperties3::BootstrapperPackages Property
Visual Studio 2015
Gets the collection of packages for the bootstrapping application.
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.
Show: