CounterCreationDataCollection.OnInsert(Int32, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行其他自訂處理序後,再將新的資料項目插入集合中。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
protected:
override void OnInsert(int index, System::Object ^ value);
protected override void OnInsert (int index, object value);
override this.OnInsert : int * obj -> unit
Protected Overrides Sub OnInsert (index As Integer, value As Object)
參數
- index
- Int32
要插入值之以零為起始的索引。
- value
- Object
索引處的新項目值。
備註
注意
在 .NET Framework 2.0 版和更新版本中未實作 OnInsert 方法的這個覆寫。