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::InsertItem Method (Int32, SortDescription)
.NET Framework (current version)
Inserts an item into the collection at the specified index.
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index where the item is inserted.
- item
-
Type:
System.ComponentModel::SortDescription
The object to insert.
The base class calls this method when an item is added to the collection. This implementation raises the CollectionChanged event.
For more information, see the InsertItem 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: