This documentation is archived and is not being maintained.

WorkItemLinkCollection::Contains Method

Checks whether the specified WorkItemLink occurs in this collection.

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

public:
bool Contains(
	WorkItemLink^ link
)

Return Value

Type: System::Boolean
True if the specified WorkItemLink occurs in this collection; otherwise, false.

ExceptionCondition
ArgumentNullException

The link parameter was null.

Show: