Share via


DirectoryServicesPermissionEntryCollection.OnInsert(Int32, Object) Metoda

Definice

Přepíše metodu OnInsert(Int32, Object) .

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

Parametry

index
Int32

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

value
Object

Nová hodnota elementu v .index

Platí pro

Viz také