ITestSuiteHelper.Find Method (Int32)
Finds and returns the specified test suite object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestSuiteBase Find(
int testSuiteId
)
ITestSuiteBase^ Find(
int testSuiteId
)
abstract Find :
testSuiteId:int -> ITestSuiteBase
Function Find (
testSuiteId As Integer
) As ITestSuiteBase
Parameters
testSuiteId
Type: System.Int32The numeric ID for the test suite to find.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteBase
A test suite object. Returns null if not found.
See Also
ITestSuiteBase
ITestSuiteHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top