ITestPlan.QueryTestPoints-Methode (String)

Sucht alle Testpunkte, die in diesem Testplan enthalten sind und der angegebenen Abfrage entsprechen, und gibt diese zurück.

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

Syntax

'Declaration
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

Parameter

  • queryText
    Typ: System.String
    Eine WIQL-string, die Testpunktobjekte sucht.

Rückgabewert

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Eine Auflistung von Testpunkten.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestPlan Schnittstelle

QueryTestPoints-Überladung

Microsoft.TeamFoundation.TestManagement.Client-Namespace

ITestPointCollection

ITestPoint