PropertyValueCollection.OnInsertComplete(Int32, Object) Metoda

Definice

Přepíše metodu 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)

Parametry

index
Int32

Index založený na nule, do kterého chcete vložit value.

value
Object

Nová hodnota prvku na index.

Platí pro