ProductBuilderCollection.Add(ProductBuilder) Method
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.
Adds a ProductBuilder to the ProductBuilderCollection
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual void Add(Microsoft::Build::Tasks::Deployment::Bootstrapper::ProductBuilder ^ builder);
public void Add (Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder builder);
abstract member Add : Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder -> unit
override this.Add : Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder -> unit
Public Sub Add (builder As ProductBuilder)
Parameters
- builder
- ProductBuilder
The ProductBuilder to add to this collection