IProductBuilder Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a buildable version of a Product.
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("0777432F-A60D-48b3-83DB-90326FE8C96E")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IProductBuilder
[ComVisibleAttribute(true)]
[GuidAttribute("0777432F-A60D-48b3-83DB-90326FE8C96E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IProductBuilder
[ComVisibleAttribute(true)]
[GuidAttribute(L"0777432F-A60D-48b3-83DB-90326FE8C96E")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IProductBuilder
[<ComVisibleAttribute(true)>]
[<GuidAttribute("0777432F-A60D-48b3-83DB-90326FE8C96E")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IProductBuilder = interface end
public interface IProductBuilder
The IProductBuilder type exposes the following members.
Properties
Name | Description | |
---|---|---|
Product | Infrastructure. Gets the Product object that corresponds to this ProductBuilder object.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