Sdílet prostřednictvím


ITestConfigurationHelper.Query – metoda (String)

Vrátí kolekci test konfigurace pomocí zadaného dotazu ze serveru.

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

Parametry

Vrácená hodnota

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestConfigurationCollection
Kolekce odpovídající zkušební konfigurace.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ITestConfigurationHelper Rozhraní

Query – přetížení

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

ITestConfigurationCollection

ITestConfiguration