IPeekResultCollection::Contains Method (IPeekResult^)
Visual Studio 2015
Determines whether the IPeekResultCollection contains a specific result.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- peekResult
-
Type:
Microsoft.VisualStudio.Language.Intellisense::IPeekResult^
The object to locate in the IPeekResultCollection.
Return Value
Type: System::BooleanTrue if the result is found in the IPeekResultCollection; falseotherwise.
Show: