ClearItems Method

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.

Namespace:  System.Collections.ObjectModel
Assembly:  System (in System.dll)

protected override void ClearItems()

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

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft