IPeekResultCollection.Remove(IPeekResult) Method

Definition

Removes the first occurrence of a specific result from the IPeekResultCollection.

public:
 bool Remove(Microsoft::VisualStudio::Language::Intellisense::IPeekResult ^ item);
public bool Remove (Microsoft.VisualStudio.Language.Intellisense.IPeekResult item);
abstract member Remove : Microsoft.VisualStudio.Language.Intellisense.IPeekResult -> bool
Public Function Remove (item As IPeekResult) As Boolean

Parameters

item
IPeekResult

The result to remove from the IPeekResultCollection

Returns

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

Applies to