ITestConfigurationHelper.Query Method
Include Protected Members
Include Inherited Members
Returns a collection of test configurations from the server by using the provided query.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Query(String) | Returns a collection of test configurations from the server by using the provided query. | |
Query(String, IDictionary) | Returns a collection of test configurations from the server by using the provided query and context. | |
Query(String, Int32) | Performs a query of test configurations using user-provided constraints. |
Top