Sdílet prostřednictvím


ITestConfigurationHelper.Query – metoda (String, Int32)

Provede test konfigurace uživatelem zadané omezení pomocí dotazu.

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, _
    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

Parametry

  • queryText
    Typ: String

    WIQL dotaz spustit

  • planId
    Typ: Int32

Vrácená hodnota

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestConfigurationHelper Rozhraní

Query – přetížení

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