ProjectItemElement.CopyFrom(ProjectElement) Method

Definition

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.

Applies to