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 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: 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.
.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.