ITestSuiteHelper.Find Method
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: Int32
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteBase
.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.