Sdílet prostřednictvím


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: String

    WIQL, který bude spuštěn.

  • context
    Typ: IDictionary

    Slovní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

Viz také

Referenční dokumentace

ITestConfigurationHelper Rozhraní

Query – přetížení

Microsoft.TeamFoundation.TestManagement.Client – obor názvů

ITestConfigurationCollection

ITestConfiguration