Product Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a product that the BootstrapperBuilder finds in the Path property.
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.Product
Namespace: Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("532BF563-A85D-4088-8048-41F51AC5239F")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class Product _
Implements IProduct
[ComVisibleAttribute(true)]
[GuidAttribute("532BF563-A85D-4088-8048-41F51AC5239F")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class Product : IProduct
[ComVisibleAttribute(true)]
[GuidAttribute(L"532BF563-A85D-4088-8048-41F51AC5239F")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class Product : IProduct
[<ComVisibleAttribute(true)>]
[<GuidAttribute("532BF563-A85D-4088-8048-41F51AC5239F")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type Product =
class
interface IProduct
end
public class Product implements IProduct
The Product type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Product | Infrastructure. Initializes a new instance of the Product class.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
Properties
Name | Description | |
---|---|---|
Includes | Infrastructure. Gets all products that this product installs.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. | |
Name | Infrastructure. Gets a human-readable name for this 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. | |
ProductBuilder | Infrastructure. Gets a buildable version of the 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. | |
ProductCode | Infrastructure. Gets a string that indicates the unique product identifier of this 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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
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.