ProjectElementContainerLink.InsertAfterChild 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 InsertAfterChild(ProjectElement, ProjectElement).
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
- child
- ProjectElement
- reference
- ProjectElement