ProjectElementContainer.RemoveAllChildren Method

Definition

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).

Applies to