Freigeben über


ITestConfigurationHelper.Query-Methode (String)

Gibt anhand der angegebenen Abfrage 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 _
) As ITestConfigurationCollection
ITestConfigurationCollection Query(
    string queryText
)
ITestConfigurationCollection^ Query(
    String^ queryText
)
abstract Query : 
        queryText:string -> ITestConfigurationCollection
function Query(
    queryText : String
) : ITestConfigurationCollection

Parameter

  • queryText
    Typ: String

    Die WIQL, die ausgeführt wird.

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