Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
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. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.