ParameterCollection.OnInsert(Int32, Object) 方法

定义

在调用 Insert(Int32, Parameter) 方法前发生。

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

集合中插入 Parameter 的索引。

value
Object

插入到 Parameter 中的 ParameterCollection

注解

OnInsert调用 方法以在调用 方法之前Insert执行其他处理。

继承者说明

此方法允许实现者定义在将元素插入基础集合之前必须执行的进程。 通过定义此方法,实现者可以向继承的方法添加功能,而无需重写所有其他方法。

适用于

另请参阅