ProjectElement.CopyFrom(ProjectElement) Method

Definition

Applies properties from the specified type to this instance.

public:
 virtual void CopyFrom(Microsoft::Build::Construction::ProjectElement ^ element);
public virtual void CopyFrom (Microsoft.Build.Construction.ProjectElement element);
abstract member CopyFrom : Microsoft.Build.Construction.ProjectElement -> unit
override this.CopyFrom : Microsoft.Build.Construction.ProjectElement -> unit
Public Overridable Sub CopyFrom (element As ProjectElement)

Parameters

element
ProjectElement

The element to act as a template to copy from.

Applies to