Windows apps
Collapse the table of content
Expand the table of content
Information
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)

 

Inserts an item into the collection at the specified index.

Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

protected:
virtual void InsertItem(
	int index,
	SortDescription item
) override

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
Return to top
Show:
© 2017 Microsoft