Bagikan melalui


CheckedListBox.CheckedIndexCollection.IList.Item[Int32] Properti

Definisi

Untuk deskripsi anggota ini, lihat Item[Int32].

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

Parameter

index
Int32

Indeks berbasis nol dari item yang akan didapatkan.

Nilai Properti

Nilai indeks dari CheckedListBox.ObjectCollection yang disimpan di lokasi yang ditentukan.

Penerapan

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan CheckedListBox.CheckedIndexCollection ke IList antarmuka.

Berlaku untuk