BuildSettings.ProductBuilders Property
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.
The product builders to use for generating the bootstrapper
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property Microsoft::Build::Tasks::Deployment::Bootstrapper::ProductBuilderCollection ^ ProductBuilders { Microsoft::Build::Tasks::Deployment::Bootstrapper::ProductBuilderCollection ^ get(); };
public Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilderCollection ProductBuilders { get; }
public Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilderCollection ProductBuilders { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ProductBuilders : Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilderCollection
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ProductBuilders : Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilderCollection
Public ReadOnly Property ProductBuilders As ProductBuilderCollection
Property Value
A collection of product builders (ProductBuilderCollection) to use for generating the bootstrapper.
Implements
- Attributes