ProjectElementLink.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.
Facilitate remoting to remote CopyFrom(ProjectElement).
public:
abstract void CopyFrom(Microsoft::Build::Construction::ProjectElement ^ element);
public abstract void CopyFrom (Microsoft.Build.Construction.ProjectElement element);
abstract member CopyFrom : Microsoft.Build.Construction.ProjectElement -> unit
Public MustOverride Sub CopyFrom (element As ProjectElement)
Parameters
- element
- ProjectElement