ChartElementCollection<T>.InsertItem(Int32, T) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將項目插入 Collection<T> 中的指定索引位置。
protected:
override void InsertItem(int index, T item);
protected override void InsertItem (int index, T item);
override this.InsertItem : int * 'T -> unit
Protected Overrides Sub InsertItem (index As Integer, item As T)
參數
- index
- Int32
要插入之項目之以零起始的索引位置。
- item
- T
要插入的物件。 參考類型的值可以是 null
。