ConstContainerRandomAccessIterator<TValue>.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
存取容器中位於指定位置的項目。
public:
property TValue % default[int] { TValue % get(int _Pos); };
public ref TValue this[int _Pos] { get; }
member this.Item(int) : 'Value
Default Public ReadOnly Property Item(_Pos As Integer) As TValue
參數
- _Pos
- Int32
要存取的項目之位置。
屬性值
TValue
容器中指定之位置的項目。