IPublishProperties2.BootstrapperPackages Property
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.
Gets the collection of bootstrapper packages.
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::IBootstrapperPackageCollection ^ BootstrapperPackages { Microsoft::VisualStudio::ManagedInterfaces::Publish::IBootstrapperPackageCollection ^ get(); };
public:
property Microsoft::VisualStudio::ManagedInterfaces::Publish::IBootstrapperPackageCollection ^ BootstrapperPackages { Microsoft::VisualStudio::ManagedInterfaces::Publish::IBootstrapperPackageCollection ^ get(); };
[System.Runtime.InteropServices.DispId(6)]
public Microsoft.VisualStudio.ManagedInterfaces.Publish.IBootstrapperPackageCollection BootstrapperPackages { get; }
[<System.Runtime.InteropServices.DispId(6)>]
member this.BootstrapperPackages : Microsoft.VisualStudio.ManagedInterfaces.Publish.IBootstrapperPackageCollection
Public ReadOnly Property BootstrapperPackages As IBootstrapperPackageCollection
Property Value
IBootstrapperPackageCollection.
Implements
- Attributes