ActiveDirectorySchemaClassCollection.OnSetComplete(Int32, Object, Object) Método
Definição
Substitui o método OnSetComplete(Int32, Object, Object).Overrides the OnSetComplete(Int32, Object, Object) method.
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 no qual a operação de conjuntos ocorreu.The zero-based index at which the set operation occurred.
- oldValue
- Object
O elemento que foi substituído por newValue.The element that was replaced by newValue.
- newValue
- Object
O elemento que substituiu oldValue.The element that replaced oldValue.