Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides ProjectElement.CopyFrom(ProjectElement).
Namespace: Microsoft.Build.Construction
Assembly: Microsoft.Build (in Microsoft.Build.dll)
Syntax
'Declaration
Public Overrides Sub CopyFrom ( _
element As ProjectElement _
)
public override void CopyFrom(
ProjectElement element
)
public:
virtual void CopyFrom(
ProjectElement^ element
) override
abstract CopyFrom :
element:ProjectElement -> unit
override CopyFrom :
element:ProjectElement -> unit
public override function CopyFrom(
element : ProjectElement
)
Parameters
- element
Type: Microsoft.Build.Construction.ProjectElement
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.