BuildParameters.Clone Method
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.
Creates a clone of this BuildParameters object. This creates a clone of the logger collections, but does not deep clone the loggers within.
public:
Microsoft::Build::Execution::BuildParameters ^ Clone();
public Microsoft.Build.Execution.BuildParameters Clone ();
member this.Clone : unit -> Microsoft.Build.Execution.BuildParameters
Public Function Clone () As BuildParameters
Returns
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.