Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: StringA Work Item Tracking (WIT) category reference name (case insensitive).
Return Value
Type: array<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