IProductBuilder Interface

Definition

This interface represents a buildable version of a Product. Used for the BootstrapperBuilder's Build method.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IProductBuilder
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("0777432F-A60D-48b3-83DB-90326FE8C96E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface IProductBuilder
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("0777432F-A60D-48b3-83DB-90326FE8C96E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type IProductBuilder = interface
Public Interface IProductBuilder
Derived
Attributes

Properties

Product

This API supports the product infrastructure and is not intended to be used directly from your code.

The product corresponding to this builder

Applies to