ProjectElementContainerLink.RemoveChild(ProjectElement) 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 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
- child
- ProjectElement