ListViewItem.ListViewSubItemCollection.IList.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia ListViewItem.ListViewSubItem wartość w określonym indeksie w kolekcji.

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

Parametry

index
Int32

Liczony od zera indeks elementu do pobrania lub ustawienia.

Wartość właściwości

Object

Element ListViewItem.ListViewSubItem reprezentujący element znajdujący się w określonym indeksie w kolekcji.

Implementuje

Wyjątki

Parametr indeksu jest mniejszy niż 0 lub większy niż lub równy wartości właściwości Count właściwości ListView.ColumnHeaderCollection.

Dotyczy