ListSortDescriptionCollection.IList.Item[Int32] 属性

定义

获取指定的 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; }
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 从零开始的索引。

属性值

具有指定索引的 ListSortDescription

实现

适用于