IVector<TValue>.Item[Int32] Propriété

Définition

Accède à un élément au niveau d'une position spécifiée dans le conteneur.

public:
 property TValue default[int] { TValue get(int _Pos); void set(int _Pos, TValue value); };
public TValue this[int _Pos] { get; set; }
member this.Item(int) : 'Value with get, set
Default Public Property Item(_Pos As Integer) As TValue

Paramètres

_Pos
Int32

Position de l'élément auquel accéder.

Valeur de propriété

TValue

Élément situé à la position _Pos.

Remarques

Pour plus d’informations, consultez vector ::operator(STL/CLR).

S’applique à