BulkObservableCollection<T>::MoveItem Method (Int32, Int32)

 

Moves the item from one location to another.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

protected:
virtual void MoveItem(
	int oldIndex,
	int newIndex
) override

Parameters

oldIndex
Type: System::Int32

The original location.

newIndex
Type: System::Int32

The new location.

Return to top
Show: