ProductBuilder Class

Definition

A buildable version of a Product. Used for the BootstrapperBuilder's Build method.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class ProductBuilder : Microsoft::Build::Tasks::Deployment::Bootstrapper::IProductBuilder
public class ProductBuilder : Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductBuilder
type ProductBuilder = class
    interface IProductBuilder
Public Class ProductBuilder
Implements IProductBuilder
Inheritance
ProductBuilder
Implements

Properties

Product

This API supports the product infrastructure and is not intended to be used directly from your code.

The Product corresponding to this ProductBuilder

Applies to