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 settings 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 settings objects that match the given query.
See Also
ITestSettings
ITestSettingsHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top