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><

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

bool Remove(
	IPeekResult^ item
)

Return Value

Type: System::Boolean

trueif the result was successfully removed from the IPeekResultCollection; false otherwise. This method also returns falseif the result is not found in the IPeekResultCollection.

Return to top
Show: