The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestSuiteHelper::Find Method (Int32)
Finds and returns the specified test suite object.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- testSuiteId
-
Type:
System::Int32
The 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.
Show: