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 a collection of test configurations from the server by using the provided query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestConfigurationCollection Query(
string queryText
)
ITestConfigurationCollection^ Query(
String^ queryText
)
abstract Query :
queryText:string -> ITestConfigurationCollection
Function Query (
queryText As String
) As ITestConfigurationCollection
Parameters
queryText
Type: System.StringThe WIQL that will be executed.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection
A collection of matching test configurations.
See Also
ITestConfigurationCollection
ITestConfiguration
Query Overload
ITestConfigurationHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top