標準の Remove 動作の前に、 OnRemove が呼び出されます。詳細については、 CollectionBase の OnRemove メソッドのトピックを参照してください。
Overrides Protected Sub OnRemove( _
ByVal index As Integer, _ ByVal item As Object _)
[C#]
protected override void OnRemove(intindex,objectitem);
[C++]
protected: void OnRemove(intindex,Object* item);
[JScript]
protected override function OnRemove(
index : int,item : Object);
パラメータ
- index
XmlSchemaObject のインデックス。 - item
項目。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
XmlSchemaObjectCollection クラス | XmlSchemaObjectCollection メンバ | System.Xml.Schema 名前空間