GraphLinkCollection::Contains Method (GraphLink^)

 

Determines if the given link is in this collection

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

public:
virtual bool Contains(
	GraphLink^ item
) sealed

Parameters

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

The link to search for

Return Value

Type: System::Boolean

True if this collection contains the given link

Return to top
Show: