ActiveDirectorySubnetCollection.OnSetComplete(Int32, Object, Object) Método

Definição

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

Parâmetros

index
Int32

O índice baseado em zero no qual a operação de conjuntos ocorreu.

oldValue
Object

O elemento que foi substituído por newValue.

newValue
Object

O elemento que substituiu oldValue.

Aplica-se a

Confira também