GlobalTypeCollection::IList::Contains Method (Object^)
Visual Studio 2015
Determines whether the specified item is in the collection.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- item
-
Type:
System::Object^
The item to find.
Return Value
Type: System::Booleantrue if the object can be found in the collection, otherwise false.
Implements
IList::Contains(Object^)
Show: