XmlSchemaObjectCollection.OnRemove(Int32, Object) メソッド

定義

OnRemove は、標準の Remove 動作の前に呼び出されます。 詳細については、OnRemoveCollectionBaseメソッドを参照してください。

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

パラメーター

index
Int32

XmlSchemaObjectのインデックス。

item
Object

項目。

適用対象