ReportElementCollectionBase<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.
Obtient l'élément au niveau de l'index spécifié.
public:
virtual property T default[int] { T get(int i); void set(int i, T value); };
public virtual T this[int i] { get; set; }
member this.Item(int) : 'T with get, set
Default Public Overridable Property Item(i As Integer) As T
Paramètres
- i
- Int32
Index de l'élément.
Valeur de propriété
T
Objet de type T
qui représente l'élément à l'index spécifié.