IProduct Interface
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 interface 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 interface class IProduct
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("9E81BE3D-530F-4a10-8349-5D5947BA59AD")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface IProduct
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("9E81BE3D-530F-4a10-8349-5D5947BA59AD")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type IProduct = interface
Public Interface IProduct
- Derived
- Attributes
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 |