Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds and returns a test controller by using the provided name.
Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestController Find(
    string testControllerName
)
ITestController^ Find(
    String^ testControllerName
)
abstract Find : 
        testControllerName:string -> ITestController
Function Find (
    testControllerName As String
) As ITestController
Parameters
testControllerName
Type: System.StringThe name of a test controller.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestController
The requested test controller. Returns null if not found.
See Also
ITestController
ITestControllerHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top