DirectoryServerCollection.OnInsertComplete(Int32, Object) Metoda

Definice

Přepíše metodu OnClearComplete() .

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)

Parametry

index
Int32

Index založený na nule, do kterého byl prvek vložen.

value
Object

Nová hodnota prvku na index.

Platí pro

Viz také