ProjectExtensionsElement.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:
override void CopyFrom(Microsoft::Build::Construction::ProjectElement ^ element);
public override void CopyFrom (Microsoft.Build.Construction.ProjectElement element);
override this.CopyFrom : Microsoft.Build.Construction.ProjectElement -> unit
Public Overrides Sub CopyFrom (element As ProjectElement)
Parameters
- element
- ProjectElement
The element to act as a template to copy from.