IPeekResultCollection::Insert Method (Int32, IPeekResult^)
Visual Studio 2015
Inserts a result into the collection at the specified index.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
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.
Show: