ITestConfigurationHelper.Query – metoda (String, IDictionary)
Vrátí kolekci test konfigurace ze serveru pomocí zadané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: System.String
WIQL, který bude spuštěn.
- context
Typ: System.Collections.IDictionary
Slovník pojmenované hodnoty parametrů WIQL.
Vrácená hodnota
Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection
Kolekce odpovídající zkušební konfigurace.
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é
Odkaz
ITestConfigurationHelper Rozhraní