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

See Also

Reference

ITestSuiteHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestSuiteBase