GraphPropertyCollection::Contains Method (GraphProperty^)

 

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(
	GraphProperty^ item
) sealed

Parameters

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

The item to search for.

Return Value

Type: System::Boolean

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

Return to top
Show: