Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActionList::FindIndex Method (Int64)

 

Returns the index of the action that has the specified identifier.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

public:
int FindIndex(
	long long id
)

Parameters

id
Type: System::Int64

An Int64 that represents the identifier to search for.

Return Value

Type: System::Int32

If found, the index of the action; otherwise, -1.

Return to top
Show: