The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SortDescriptionCollection::SetItem Method (Int32, SortDescription)
.NET Framework (current version)
Replaces the element at the specified index.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the element to replace.
- item
-
Type:
System.ComponentModel::SortDescription
The new value for the element at the specified index.
The base class calls this method when an item is set in the collection. This implementation raises the CollectionChanged event.
For more information, see the SetItem 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: