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

定義

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

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

項目。

適用対象