IVector<TValue>.Item[Int32] Özellik

Tanım

Kapsayıcıda belirtilen konumdaki bir öğeye erişir.

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

Parametreler

_Pos
Int32

Erişecek öğenin konumu.

Özellik Değeri

TValue

konumundaki _Posöğesi.

Açıklamalar

Daha fazla bilgi için bkz. vector::operator(STL/CLR).

Şunlara uygulanır