IPeekResultCollection::RemoveAt Method (Int32)

Visual Studio 2015
 

Removes the result at the specified index of the collection.

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

void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

The zero-based index of the result to remove.

Return to top
Show: