ListView.CheckedListViewItemCollection.IList.Item[Int32] Свойство
Определение
Возвращает или задает объект из коллекции.Gets or sets an object from the collection.
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; }
member this.System.Collections.IList.Item(int) : obj with get, set
Property Item(index As Integer) As Object Implements IList.Item
Параметры
- index
- Int32
Отсчитываемый от нуля индекс элемента, который требуется возвратить или задать.The zero-based index of the element to get or set.
Значение свойства
Объект ListViewItem, представляющий элемент, который расположен в коллекции по указанному индексу.A ListViewItem that represents the item located at the specified index within the collection.
Реализации
Исключения
Не удается задать это свойство.This property cannot be set.