ProjectElementContainerLink.InsertBeforeChild Method

Definition

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

reference
ProjectElement

Applies to