ITestControllerHelper.Find Method
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
'Declaration
Function Find ( _
testControllerName As String _
) As ITestController
ITestController Find(
string testControllerName
)
ITestController^ Find(
String^ testControllerName
)
abstract Find :
testControllerName:string -> ITestController
function Find(
testControllerName : String
) : ITestController
Parameters
testControllerName
Type: StringThe name of a test controller.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestController
The requested test controller. Returns null if not found.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ITestControllerHelper Interface