IProductBuilderCollection Interface

Definition

This class contains a collection of ProductBuilder objects. 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 interface class IProductBuilderCollection
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("0D593FC0-E3F1-4dad-A674-7EA4D327F79B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface IProductBuilderCollection
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("0D593FC0-E3F1-4dad-A674-7EA4D327F79B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type IProductBuilderCollection = interface
Public Interface IProductBuilderCollection
Derived
Attributes

Methods

Add(ProductBuilder)

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

Adds a builder to the collection

Applies to