GraphPathSerializationDictionary::Contains Method (KeyValuePair<String^, String^>)

 

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(
	KeyValuePair<String^, String^> item
) sealed

Parameters

item
Type: System.Collections.Generic::KeyValuePair<String^, String^>

The item to search for.

Return Value

Type: System::Boolean

True if this collection contains the given link.

Return to top
Show: