Partager via


ProductBuilderCollection Class

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

Contains a collection of ProductBuilder objects.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Inheritance Hierarchy

System.Object
  Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilderCollection

Namespace:  Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("D25C0741-99CA-49f7-9460-95E5F25EEF43")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ProductBuilderCollection _
    Implements IProductBuilderCollection, IEnumerable
[ComVisibleAttribute(true)]
[GuidAttribute("D25C0741-99CA-49f7-9460-95E5F25EEF43")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ProductBuilderCollection : IProductBuilderCollection, 
    IEnumerable
[ComVisibleAttribute(true)]
[GuidAttribute(L"D25C0741-99CA-49f7-9460-95E5F25EEF43")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ProductBuilderCollection : IProductBuilderCollection, 
    IEnumerable
[<ComVisibleAttribute(true)>]
[<GuidAttribute("D25C0741-99CA-49f7-9460-95E5F25EEF43")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type ProductBuilderCollection =  
    class 
        interface IProductBuilderCollection 
        interface IEnumerable 
    end
public class ProductBuilderCollection implements IProductBuilderCollection, IEnumerable

The ProductBuilderCollection type exposes the following members.

Methods

  Name Description
Public method Add Infrastructure. Adds a ProductBuilder object to the product builder collection.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Infrastructure. Returns an enumerator that can iterate through the product builder collection.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Build.Tasks.Deployment.Bootstrapper Namespace