ProjectElementContainer.RemoveAllChildren 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.
Remove all the children, if any.
public:
void RemoveAllChildren();
public void RemoveAllChildren ();
member this.RemoveAllChildren : unit -> unit
Public Sub RemoveAllChildren ()
Remarks
It is safe to modify the children in this way during enumeration. See RemoveChild(ProjectElement).