Compartilhar via


Método ITestManagementTeamProject.WorkItemTypesFor

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

Sintaxe

'Declaração
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[]

Parâmetros

  • categoryRefName
    Tipo: String

Valor de retorno

Tipo: array<String[]

Segurança do .NET Framework

Consulte também

Referência

ITestManagementTeamProject Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client