ListSortDescriptionCollection.IList.Item[Int32] 属性

定义

获取指定的 ListSortDescriptionGets the specified ListSortDescription.

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

参数

index
Int32

要从集合中获取的 ListSortDescription 的从零开始的索引The zero-based index of the ListSortDescription to get in the collection

属性值

Object

具有指定索引的 ListSortDescriptionThe ListSortDescription with the specified index.

实现

适用于