Freigeben über


ITestControllerHelper.Query-Methode (String)

Gibt eine Liste aller Testcontroller zurück, die in die Teamprojektsammlung zur angegebenen Gruppe von Testcontrollern gehören.

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

Syntax

'Declaration
Function Query ( _
    groupId As String _
) As IEnumerable(Of ITestController)
IEnumerable<ITestController> Query(
    string groupId
)
IEnumerable<ITestController^>^ Query(
    String^ groupId
)
abstract Query : 
        groupId:string -> IEnumerable<ITestController> 
function Query(
    groupId : String
) : IEnumerable<ITestController>

Parameter

  • groupId
    Typ: String

    Die Bezeichnerzeichenfolge für eine Gruppe von Testcontrollern.

Rückgabewert

Typ: IEnumerable<ITestController>
Eine Liste von Testcontrollern oder eine leere Liste, wenn keine Testcontroller registriert sind.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestControllerHelper Schnittstelle

Query-Überladung

Microsoft.TeamFoundation.TestManagement.Client-Namespace

ITestController