IPeekResultCollection.Insert(Int32, IPeekResult) Method

Definition

Inserts a result into the collection at the specified index.

public:
 void Insert(int index, Microsoft::VisualStudio::Language::Intellisense::IPeekResult ^ peekResult);
public void Insert (int index, Microsoft.VisualStudio.Language.Intellisense.IPeekResult peekResult);
abstract member Insert : int * Microsoft.VisualStudio.Language.Intellisense.IPeekResult -> unit
Public Sub Insert (index As Integer, peekResult As IPeekResult)

Parameters

index
Int32

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

peekResult
IPeekResult

The result to insert.

Applies to