ObservableCollection<T>.Move(Int32, Int32) 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.
Moves the item at the specified index to a new location in the collection.
public:
void Move(int oldIndex, int newIndex);
public void Move (int oldIndex, int newIndex);
member this.Move : int * int -> unit
Public Sub Move (oldIndex As Integer, newIndex As Integer)
Parameters
- oldIndex
- Int32
The zero-based index specifying the location of the item to be moved.
- newIndex
- Int32
The zero-based index specifying the new location of the item.
Remarks
Subclasses can override the MoveItem method to provide custom behavior for this method.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา