ITestConfigurationHelper.Query – metoda (String, Int32)
Provede test konfigurace uživatelem zadané omezení pomocí dotazu.
Obor názvů: Microsoft.TeamFoundation.TestManagement.Client
Sestavení: Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Deklarace
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
Parametry
queryText
Typ: StringWIQL dotaz spustit
- planId
Typ: Int32
Vrácená hodnota
Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.