Freigeben über


ITestConfigurationHelper.Query-Methode (String, Int32)

Führt eine Abfrage von Testkonfigurationen mithilfe der vom Benutzer bereitgestellten Einschränkungen aus.

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

Syntax

'Declaration
Function Query ( _
    queryText As String, _
    planId As Integer _
) As ITestConfigurationCollection
ITestConfigurationCollection Query(
    string queryText,
    int planId
)
ITestConfigurationCollection^ Query(
    String^ queryText, 
    int planId
)
abstract Query : 
        queryText:string * 
        planId:int -> ITestConfigurationCollection
function Query(
    queryText : String, 
    planId : int
) : ITestConfigurationCollection

Parameter

  • queryText
    Typ: String

    WIQL-Abfrage dem Ausführen

  • planId
    Typ: Int32

Rückgabewert

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestConfigurationHelper Schnittstelle

Query-Überladung

Microsoft.TeamFoundation.TestManagement.Client-Namespace