IBootstrapperBuilder.Build(BuildSettings) Method

Definition

Generates a bootstrapper based on the specified settings.

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

public:
 Microsoft::Build::Tasks::Deployment::Bootstrapper::BuildResults ^ Build(Microsoft::Build::Tasks::Deployment::Bootstrapper::BuildSettings ^ settings);
public Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults Build (Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings settings);
abstract member Build : Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings -> Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults
Public Function Build (settings As BuildSettings) As BuildResults

Parameters

settings
BuildSettings

The properties used to build this bootstrapper.

Returns

The results of the bootstrapper generation

Applies to