This documentation is archived and is not being maintained.

Category::Contains Method

Returns true if the specified work item type is a member of the category

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 present, false if not.

Show: