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 인덱스(0부터 시작)입니다.

속성 값

지정된 인덱스의 ListSortDescription입니다.

구현

적용 대상