TableSectionBase<T>.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l’élément stocké à l’emplacement dans cet objet TableSectionBase<T> spécifié par index
.
public T this[int index] { get; set; }
member this.Item(int) : 'T with get, set
Paramètres
- index
- System.Int32
Emplacement de l’élément à retourner.
Valeur de propriété
T
Implémente
System.Collections.Generic.IList`1.Item(System.Int32)