ProjectElementContainer.DeepCopyFrom Method

Namespace:  Microsoft.Build.Construction
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public Overridable Sub DeepCopyFrom ( _
    element As ProjectElementContainer _
)
public virtual void DeepCopyFrom(
    ProjectElementContainer element
)
public:
virtual void DeepCopyFrom(
    ProjectElementContainer^ element
)
abstract DeepCopyFrom : 
        element:ProjectElementContainer -> unit  
override DeepCopyFrom : 
        element:ProjectElementContainer -> unit
public function DeepCopyFrom(
    element : ProjectElementContainer
)

Parameters

.NET Framework Security

See Also

Reference

ProjectElementContainer Class

Microsoft.Build.Construction Namespace