GlobalTypeCollection::IList::Contains Method (Object^)

 

Determines whether the specified item is in the collection.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

private:
virtual bool Contains(
	Object^ item
) sealed = IList::Contains

Parameters

item
Type: System::Object^

The item to find.

Return Value

Type: System::Boolean

true if the object can be found in the collection, otherwise false.

Return to top
Show: