Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Function WorkItemTypesFor ( _
categoryRefName As String _
) As String()
string[] WorkItemTypesFor(
string categoryRefName
)
array<String^>^ WorkItemTypesFor(
String^ categoryRefName
)
abstract WorkItemTypesFor :
categoryRefName:string -> string[]
function WorkItemTypesFor(
categoryRefName : String
) : String[]
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ITestManagementTeamProject Interface