This documentation is archived and is not being maintained.

WorkItemLinkTypeEndCollection::Contains Method (String)

Checks whether a WorkItemLinkTypeEnd that has the specified name or immutable name occurs in this collection.

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

public:
bool Contains(
	String^ linkTypeName
)

Parameters

linkTypeName
Type: System::String

The name or immutable name of the WorkItemLinkTypeEnd to check for.

Return Value

Type: System::Boolean
True if the WorkItemLinkTypeEnd that has the specified name or immutable name occurs in this collection; otherwise, false.

Show: