ObservableCollection<T>.ClearItems Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes all items from the collection.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The method is being called in a PropertyChanged or CollectionChanged event handler. |
This implementation raises the CollectionChanged event.
For more information, see the ClearItems method of the Collection<T> base class.
Show: