ITestConfigurationHelper.Query – metoda (String, IDictionary)
Vrátí kolekci test konfigurace ze serveru pomocí poskytnutého dotazu a kontext.
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, _
context As IDictionary _
) As ITestConfigurationCollection
ITestConfigurationCollection Query(
string queryText,
IDictionary context
)
ITestConfigurationCollection^ Query(
String^ queryText,
IDictionary^ context
)
abstract Query :
queryText:string *
context:IDictionary -> ITestConfigurationCollection
function Query(
queryText : String,
context : IDictionary
) : ITestConfigurationCollection
Parametry
queryText
Typ: StringWIQL, který bude spuštěn.
context
Typ: IDictionarySlovník pojmenované hodnoty parametrů WIQL.
Vrácená hodnota
Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection
Kolekce odpovídající testových konfigurací.
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.
Viz také
Referenční dokumentace
ITestConfigurationHelper Rozhraní