ISharedStepHelper.Count Method (String)
Returns the number of shared test steps 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.StringThe Work Item Query Language (WIQL) query to execute.
Return Value
Type: System.Int32
The number of matching shared test steps.
See Also
Count Overload
ISharedStepHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top