ProjectElementContainerLink.RemoveChild(ProjectElement) Method

Definition

Facilitate remoting the RemoveChild(ProjectElement).

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

Parameters

Applies to