IPeekResultCollection::Move Method (Int32, Int32)

Visual Studio 2015
 

Moves the result at the specified index to a new location in the collection.

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

void Move(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex
Type: System::Int32

The zero-based index specifying the location of the result to be moved.

newIndex
Type: System::Int32

The zero-based index specifying the new location of the result.

Return to top
Show: