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 the number of test-run objects on the server 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.StringA Work Item Query Language (WIQL) query.
Return Value
Type: System.Int32
The number of test-run objects that match the given query.
See Also
ITestRun
ITestRunHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top