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::SetItem Method (Int32, SortDescription)

 

Replaces the element at the specified index.

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

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

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