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

Definição

Sobrepõe-se ao OnSetComplete(Int32, Object, Object) método.

protected:
 override void OnSetComplete(int index, System::Object ^ oldValue, System::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 onde ocorreu a operação de conjunto.

oldValue
Object

O elemento que foi substituído por newValue.

newValue
Object

O elemento que substituiu oldValue.

Aplica-se a

Ver também