Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestManagementTeamProject::WorkItemTypesFor Method (String^)

 

Returns an array of Work Item Tracking (WIT) type names by using the WIT category reference name.

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

array<String^>^ WorkItemTypesFor(
	String^ categoryRefName
)

Parameters

categoryRefName
Type: System::String^

A Work Item Tracking (WIT) category reference name (case insensitive).

Return Value

Type: array<System::String^>^

An array of Work Item Tracking (WIT) type names.

Return to top
Show: