ProjectRootElement.DeepClone 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.
Returns a clone of this project.
public:
Microsoft::Build::Construction::ProjectRootElement ^ DeepClone();
public Microsoft.Build.Construction.ProjectRootElement DeepClone ();
override this.DeepClone : unit -> Microsoft.Build.Construction.ProjectRootElement
Public Function DeepClone () As ProjectRootElement
Returns
The cloned element.