Sdílet prostřednictvím


ITestPlan.QueryTestPoints – metoda (String)

Vyhledá a vrátí že všechny zkušební body patří tento plán testování a odpovídající zadaný dotaz.

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
Function QueryTestPoints ( _
    queryText As String _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
    string queryText
)
ITestPointCollection^ QueryTestPoints(
    String^ queryText
)
abstract QueryTestPoints : 
        queryText:string -> ITestPointCollection 
function QueryTestPoints(
    queryText : String
) : ITestPointCollection

Parametry

  • queryText
    Typ: System.String
    WIQL string , najde zkušební bod objekty.

Vrácená hodnota

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Kolekce zkušební body.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ITestPlan Rozhraní

QueryTestPoints – přetížení

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

ITestPointCollection

ITestPoint