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.
Namespace: Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("0D593FC0-E3F1-4dad-A674-7EA4D327F79B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IProductBuilderCollection
[ComVisibleAttribute(true)]
[GuidAttribute("0D593FC0-E3F1-4dad-A674-7EA4D327F79B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IProductBuilderCollection
[ComVisibleAttribute(true)]
[GuidAttribute(L"0D593FC0-E3F1-4dad-A674-7EA4D327F79B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IProductBuilderCollection
[<ComVisibleAttribute(true)>]
[<GuidAttribute("0D593FC0-E3F1-4dad-A674-7EA4D327F79B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IProductBuilderCollection = interface end
public interface IProductBuilderCollection
The IProductBuilderCollection 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. |
Top