ListView.ColumnHeaderCollection.IList.Item[Int32] Eigenschaft
Definition
Ruft den Spaltenkopf am angegebenen Index in der Auflistung ab oder legt diesen fest.Gets or sets the column header at the specified index within 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
Parameter
- index
- Int32
Der nullbasierte Index des Elements, das abgerufen oder festgelegt werden soll.The zero-based index of the element to get or set.
Eigenschaftswert
Ein ColumnHeader, der den Spaltenheader am angegebenen Index in der Auflistung darstellt.A ColumnHeader that represents the column header located at the specified index within the collection.
Implementiert
Ausnahmen
index
ist kleiner als 0 (null) bzw. größer oder gleich dem Wert der Count-Eigenschaft der ListView.ColumnHeaderCollection.index
is less than 0 or greater than or equal to the value of the Count property of the ListView.ColumnHeaderCollection.