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::Find Method (Int64)

 

Searches for an action that has the given identifier and returns the action.

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

public:
UITestAction^ Find(
	long long id
)

Parameters

id
Type: System::Int64

An Int64 value that represents the possible identifier for an action.

Return Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common::UITestAction^

If found, the action; otherwise, null.

Return to top
Show: