ActiveDirectorySchemaClassCollection.OnSetComplete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);
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)
Parameters
- index
- Int32
The zero-based index at which the set operation occurred.
- oldValue
- Object
The element that was replaced by newValue
.
- newValue
- Object
The element that replaced oldValue
.
Applies to
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา