GraphCategoryCollection::Contains Method (GraphCategory^)

 

Determines whether the collection contains a specific value.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
virtual bool Contains(
	GraphCategory^ item
) sealed

Parameters

item
Type: Microsoft.VisualStudio.GraphModel::GraphCategory^

The item to search for.

Return Value

Type: System::Boolean

True if item is found in the collection; otherwise, false.

Return to top
Show: