ProjectElementContainerLink.InsertBeforeChild 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 the InsertBeforeChild(ProjectElement, ProjectElement).
public:
abstract void InsertBeforeChild(Microsoft::Build::Construction::ProjectElement ^ child, Microsoft::Build::Construction::ProjectElement ^ reference);
public abstract void InsertBeforeChild (Microsoft.Build.Construction.ProjectElement child, Microsoft.Build.Construction.ProjectElement reference);
abstract member InsertBeforeChild : Microsoft.Build.Construction.ProjectElement * Microsoft.Build.Construction.ProjectElement -> unit
Public MustOverride Sub InsertBeforeChild (child As ProjectElement, reference As ProjectElement)
Parameters
- child
- ProjectElement
- reference
- ProjectElement