ITestCaseHelper.Count Method (String)

 

Returns a count of the test cases that match the given query.

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

Syntax

int Count(
    string queryText
)
int Count(
    String^ queryText
)
abstract Count : 
        queryText:string -> int
Function Count (
    queryText As String
) As Integer

Parameters

  • queryText
    Type: System.String

    The Work Item Query Language (WIQL) query to execute.

Return Value

Type: System.Int32

The number of matching test cases.

See Also

Count Overload
ITestCaseHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top