ProductBuilderCollection.Add(ProductBuilder) Method

Definition

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

Implements

Applies to