VisualCollection.Clear Method

Definition

Removes all elements from the VisualCollection.

public:
 void Clear();
public void Clear ();
member this.Clear : unit -> unit
Public Sub Clear ()

Remarks

The Count is reset to zero. The value of the Capacity remains unchanged. To reset the capacity of the VisualCollection, set the Capacity property to the desired size.

Applies to