Freigeben über


ITestConfigurationHelper.Query-Methode (String, IDictionary)

Gibt ausgehend von der angegebenen Abfrage und einem Kontext eine Auflistung von Testkonfigurationen vom Server zurück.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
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

Parameter

  • queryText
    Typ: String

    Die WIQL, die ausgeführt wird.

  • context
    Typ: IDictionary

    Ein Wörterbuch mit benannten Werten für WIQL-Parameter.

Rückgabewert

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection
Eine Auflistung übereinstimmender Testkonfigurationen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestConfigurationHelper Schnittstelle

Query-Überladung

Microsoft.TeamFoundation.TestManagement.Client-Namespace

ITestConfigurationCollection

ITestConfiguration