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.
UITestAction::Invoke Method (UITestActionInvoker^, UIMap^)
Invokes this action.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Parameters
- actionInvoker
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Common::UITestActionInvoker^
A UITestActionInvoker object.
- map
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap::UIMap^
A UIMap object.
Notes to Inheritors:
Custom implementations of this class should also create a custom implementation of the UITestActionInvoker class that contains specifics about invoking that particular custom action type.
Show: