IPeekResultCollection::Contains Method (IPeekResult^)

Visual Studio 2015
 

Determines whether the IPeekResultCollection contains a specific result.

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

bool Contains(
	IPeekResult^ peekResult
)

Parameters

peekResult
Type: Microsoft.VisualStudio.Language.Intellisense::IPeekResult^

The object to locate in the IPeekResultCollection.

Return Value

Type: System::Boolean

True if the result is found in the IPeekResultCollection; falseotherwise.

Return to top
Show: