Langue

ChartObjectCollectionBase<T,U>.Item[Int32] Propriété

Définition

Obtient un élément de la collection par son index.

public:
 property T default[int] { T get(int index); };
public T this[int index] { get; }
member this.Item(int) : 'T
Default Public ReadOnly Property Item(index As Integer) As T

Paramètres

index
Int32

Index de l’élément.

Valeur de propriété

T

Objet de type T.

S’applique à