ITestBase.FindAction Method

Returns the specified action from the Actions property by using the given ID number.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Function FindAction ( _
    id As Integer _
) As ITestAction
ITestAction FindAction(
    int id
)
ITestAction^ FindAction(
    int id
)
abstract FindAction : 
        id:int -> ITestAction
function FindAction(
    id : int
) : ITestAction

Parameters

  • id
    Type: Int32

    An int that specifies the identifier for the action.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAction
The index of the action in the Actions collection.

.NET Framework Security

See Also

Reference

ITestBase Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

Actions

ITestAction.Id