XmlSchemaObjectCollection.OnRemove(Int32, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
OnRemove est appelé avant le comportement Remove standard. Pour plus d'informations, consultez la méthode OnRemove pour CollectionBase.
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)
Paramètres
- index
- Int32
Index de XmlSchemaObject.
- item
- Object
Élément.