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
'Declaration
Function Query ( _
queryText As String, _
planId As Integer _
) As ITestConfigurationCollection
ITestConfigurationCollection Query(
string queryText,
int planId
)
ITestConfigurationCollection^ Query(
String^ queryText,
int planId
)
abstract Query :
queryText:string *
planId:int -> ITestConfigurationCollection
function Query(
queryText : String,
planId : int
) : ITestConfigurationCollection
Parameters
queryText
Type: StringWIQL query to execute
- planId
Type: Int32
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection
.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.