ProjectElementContainerLink.InsertAfterChild Method

Definition

public:
 abstract void InsertAfterChild(Microsoft::Build::Construction::ProjectElement ^ child, Microsoft::Build::Construction::ProjectElement ^ reference);
public abstract void InsertAfterChild (Microsoft.Build.Construction.ProjectElement child, Microsoft.Build.Construction.ProjectElement reference);
abstract member InsertAfterChild : Microsoft.Build.Construction.ProjectElement * Microsoft.Build.Construction.ProjectElement -> unit
Public MustOverride Sub InsertAfterChild (child As ProjectElement, reference As ProjectElement)

Parameters

reference
ProjectElement

Applies to