IPeekResultCollection.Insert(Int32, IPeekResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.