IProduct Interface

 

This API supports the product 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.

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

[ComVisibleAttribute(true)]
[GuidAttribute("9E81BE3D-530F-4a10-8349-5D5947BA59AD")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IProduct

NameDescription
System_CAPS_pubpropertyIncludes

This API supports the product infrastructure and is not intended to be used directly from your code. 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.

System_CAPS_pubpropertyName

This API supports the product infrastructure and is not intended to be used directly from your code. 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.

System_CAPS_pubpropertyProductBuilder

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the ProductBuilder representation 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.

System_CAPS_pubpropertyProductCode

This API supports the product infrastructure and is not intended to be used directly from your code. Gets 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.

Return to top
Show: