ProductBuilderCollection Class

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 ref class ProductBuilderCollection : Microsoft::Build::Tasks::Deployment::Bootstrapper::IProductBuilderCollection, System::Collections::IEnumerable
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("D25C0741-99CA-49f7-9460-95E5F25EEF43")]
public class ProductBuilderCollection : Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductBuilderCollection, System.Collections.IEnumerable
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("D25C0741-99CA-49f7-9460-95E5F25EEF43")>]
type ProductBuilderCollection = class
    interface IProductBuilderCollection
    interface IEnumerable
Public Class ProductBuilderCollection
Implements IEnumerable, IProductBuilderCollection
Inheritance
ProductBuilderCollection
Attributes
Implements

Methods

Add(ProductBuilder)

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

Adds a ProductBuilder to the ProductBuilderCollection

GetEnumerator()

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

Returns an enumerator that can iterate through the ProductBuilderCollection

Applies to