IPeekResultCollection::Insert Method (Int32, IPeekResult^)

Visual Studio 2015
 

Inserts a result into the collection at the specified index.

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

void Insert(
	int index,
	IPeekResult^ peekResult
)

Parameters

index
Type: System::Int32

The zero-based index at which the result should be inserted.

peekResult
Type: Microsoft.VisualStudio.Language.Intellisense::IPeekResult^

The result to insert.

Return to top
Show: