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.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
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.
Show: