VisualCollection::RemoveRange Method (Int32, Int32)
Removes a range of visual objects from the VisualCollection.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the range of elements to remove.
- count
-
Type:
System::Int32
The number of elements to remove.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero or count is less than zero. |
| ArgumentException | index and count do not refer to a valid range of elements in the VisualCollection. |
The visual objects that follow the removed objects are shifted to occupy the vacated positions, and their index values are updated.
The RemoveRange method also removes the parent-child relationships between the parent visual, which is the owner of the VisualCollection, and the range of child visuals.
If you need greater low-level control over the underlying storage implementation of visual child objects, consider using the AddVisualChild and RemoveVisualChild methods. When you use these methods, you define your own storage implementation, and do not use VisualCollection.
Available since 3.0