CounterCreationDataCollection.OnInsert(Int32, Object) 方法

定義

執行其他自訂處理序後,再將新的資料項目插入集合中。

此 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 方法的這個覆寫。

適用於