ITestConfigurationHelper.Query Method (String, Int32)
Performs a query of test configurations using user-provided constraints.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestConfigurationCollection Query(
string queryText,
int planId
)
ITestConfigurationCollection^ Query(
String^ queryText,
int planId
)
abstract Query :
queryText:string *
planId:int -> ITestConfigurationCollection
Function Query (
queryText As String,
planId As Integer
) As ITestConfigurationCollection
Parameters
queryText
Type: System.StringWIQL query to execute
- planId
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection
See Also
Query Overload
ITestConfigurationHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top