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

コレクション内で取得する 0 から始まるインデックス ListSortDescription

プロパティ値

Object

指定したインデックスを持つ ListSortDescription

実装

適用対象