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.

UIActionInterpreter::SearchAndInvoke Method (UITestAction^, UIMap^, CustomInvoker^)

 

Executes the provided action by using the given map and logs the result by using your implementation of a custom invoker.

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

public:
virtual void SearchAndInvoke(
	UITestAction^ action,
	UIMap^ map,
	CustomInvoker^ func
) override
Return to top
Show: