IPeekResultCollection.Remove(IPeekResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.