ProjectElementContainer.DeepCopyFrom(ProjectElementContainer) Method

Definition

Applies properties from the specified type to this instance.

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

Parameters

element
ProjectElementContainer

The element to act as a template to copy from.

Applies to