ITestSuiteHelper.Find Method
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
'Declaration
Function Find ( _
testSuiteId As Integer _
) As ITestSuiteBase
ITestSuiteBase Find(
int testSuiteId
)
ITestSuiteBase^ Find(
int testSuiteId
)
abstract Find :
testSuiteId:int -> ITestSuiteBase
function Find(
testSuiteId : int
) : ITestSuiteBase
Parameters
testSuiteId
Type: 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.
.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.