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