Share via


ActiveDirectorySchemaClassCollection.OnInsertComplete(Int32, Object) Méthode

Définition

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

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

Paramètres

index
Int32

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

value
Object

Nouvelle valeur de l'élément à la position index.

S’applique à

Voir aussi