GlobalTypeCollection::Contains Method (GlobalType^)

 

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)

public:
bool Contains(
	GlobalType^ item
)

Parameters

item
Type: Microsoft.VisualStudio.Shell.Design::GlobalType^

The item to find.

Return Value

Type: System::Boolean

true if this collection contains the given item, otherwise false.

Return to top
Show: