IPeekResultCollection::Remove Method (IPeekResult^)
Visual Studio 2015
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><
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
Return Value
Type: System::Booleantrueif the result was successfully removed from the IPeekResultCollection; false otherwise. This method also returns falseif the result is not found in the IPeekResultCollection.
Show: