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

索引处的项的新值。

注解

注意

OnInsert 方法的此替代在 .NET Framework 2.0 及更高版本中未实现。

适用于