ProjectElement.CopyFrom(ProjectElement) 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.
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.