ActiveDirectorySchemaPropertyCollection.OnSetComplete(Int32, Object, Object) 方法
定义
重写 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)
参数
- index
- Int32
从零开始的索引,设置操作从此处开始。The zero-based index at which the set operation occurred.
- oldValue
- Object
由 newValue 替换的元素。The element that was replaced by newValue.
- newValue
- Object
替换 oldValue 的元素。The element that replaced oldValue.