Product Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents a product in the found by the BootstrapperBuilder in the Path property.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class Product : Microsoft::Build::Tasks::Deployment::Bootstrapper::IProduct
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("532BF563-A85D-4088-8048-41F51AC5239F")]
public class Product : Microsoft.Build.Tasks.Deployment.Bootstrapper.IProduct
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("532BF563-A85D-4088-8048-41F51AC5239F")>]
type Product = class
interface IProduct
Public Class Product
Implements IProduct
- Inheritance
-
Product
- Attributes
- Implements
Constructors
Product() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the |
Properties
Includes |
This API supports the product infrastructure and is not intended to be used directly from your code. All products which this product also installs |
Name |
This API supports the product infrastructure and is not intended to be used directly from your code. A human-readable name for this product |
ProductBuilder |
This API supports the product infrastructure and is not intended to be used directly from your code. The ProductBuilder representation of this Product |
ProductCode |
This API supports the product infrastructure and is not intended to be used directly from your code. A string specifying the unique identifier of this product |