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

 

Determines whether an object 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^

An item to find.

Return Value

Type: System::Boolean

true if the object is in the collection, otherwise false.

Return to top
Show: