This documentation is archived and is not being maintained.

WorkItemTypeCollection::Contains Method (WorkItemType)

Checks whether the specified WorkItemType instance occurs in this collection.

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

public:
bool Contains(
	WorkItemType^ value
)

Return Value

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

Show: