DirectoryServicesPermissionEntryCollection.OnInsert(Int32, Object) Método

Definição

Substitui o OnInsert(Int32, Object) método.

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)

Parâmetros

index
Int32

O índice baseado em zero no qual inserir value.

value
Object

O novo valor do elemento em index.

Aplica-se a

Confira também