Share via


BuildParameters.Clone Method

Creates a clone of this build parameters object.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Execution
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public Function Clone As BuildParameters
public BuildParameters Clone()
public:
BuildParameters^ Clone()
member Clone : unit -> BuildParameters
public function Clone() : BuildParameters

Return Value

Type: Microsoft.Build.Execution.BuildParameters
Returns a clone of this build parameters object.

Remarks

This method creates a clone of the logger collections, but does not deeply clone the loggers within.

.NET Framework Security

See Also

Reference

BuildParameters Class

Microsoft.Build.Execution Namespace