ITestConfigurationHelper.Query Method (String)
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
'Declaration
Function Query ( _
queryText As String _
) As ITestConfigurationCollection
ITestConfigurationCollection Query(
string queryText
)
ITestConfigurationCollection^ Query(
String^ queryText
)
abstract Query :
queryText:string -> ITestConfigurationCollection
function Query(
queryText : String
) : ITestConfigurationCollection
Parameters
queryText
Type: StringThe WIQL that will be executed.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection
A collection of matching test configurations.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ITestConfigurationHelper Interface