IPeekResultCollection Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | Add(IPeekResult^) | Adds an item to the IPeekResultCollection. |
![]() | Clear() | Removes all results from the IPeekResultCollection. |
![]() | Contains(IPeekResult^) | Determines whether the IPeekResultCollection contains a specific result. |
![]() | IndexOf(IPeekResult^, Int32) | Finds the index of the result or returns -1 if the result was not found. |
![]() | Insert(Int32, IPeekResult^) | Inserts a result into the collection at the specified index. |
![]() | Move(Int32, Int32) | Moves the result at the specified index to a new location in the collection. |
![]() | Remove(IPeekResult^) | Removes the first occurrence of a specific result from the <see cref="IPeekResultCollection"/>./// </summary>/// <param name="item">The result to remove from the <see cref="IPeekResultCollection"/></param>/// <returns>< |
![]() | RemoveAt(Int32) | Removes the result at the specified index of the collection. |
Show:
