TableSectionBase<T>.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回項目,儲存在此 TableSectionBase<T> 物件中 index
所指定的位置。
public T this[int index] { get; set; }
member this.Item(int) : 'T with get, set
參數
- index
- System.Int32
要傳回的項目位置。
屬性值
T
實作
System.Collections.Generic.IList`1.Item(System.Int32)