Share via


ActiveDirectorySchemaClassCollection.OnRemoveComplete(Int32, Object) Méthode

Définition

Substitue la méthode OnRemoveComplete(Int32, Object).

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

Paramètres

index
Int32

Index de base zéro au niveau duquel l'élément a été supprimé.

value
Object

Élément qui a été supprimé de cette collection.

S’applique à

Voir aussi