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.
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
ITestAction FindAction(
int id
)
ITestAction^ FindAction(
int id
)
abstract FindAction :
id:int -> ITestAction
Function FindAction (
id As Integer
) As ITestAction
Parameters
id
Type: System.Int32An 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.
See Also
Actions
ITestAction.Id
ITestBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top