This documentation is archived and is not being maintained.

LinkCollection::Contains Method

Checks whether this collection contains the specified Link object.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
bool Contains(
	Link^ link
)

Parameters

link
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::Link

The Link object of interest.

Return Value

Type: System::Boolean
True if the list contains the specified Link object; otherwise, false.

Show: