SortDescriptionCollection::RemoveItem Method (Int32)
.NET Framework (current version)
Removes the item at the specified index in the collection.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the element to remove.
The base class calls this method when an item is removed from the collection. This implementation raises the CollectionChanged event.
For more information, see the RemoveItem method of the Collection<T> base class.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: