ServiceDescriptionBaseCollection.OnRemove(Int32, Object) 方法

定义

ServiceDescriptionBaseCollection 中移除一个元素。

protected:
 override void OnRemove(int index, System::Object ^ value);
protected override void OnRemove (int index, object value);
override this.OnRemove : int * obj -> unit
Protected Overrides Sub OnRemove (index As Integer, value As Object)

参数

index
Int32

要移除的 value 参数的从零开始的索引。

value
Object

要从该集合中移除的元素。

注解

此方法旨在重写此方法,用于在从集合中删除元素时执行其他进程,例如验证。

此受保护的方法只能通过此类或派生类访问。

适用于