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.
UITestInterpreter::ActionInvoker Property
Gets or sets the UITestActionInvoker to interpret this test.
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
public: property UITestActionInvoker^ ActionInvoker { virtual UITestActionInvoker^ get() override; virtual void set(UITestActionInvoker^ value) override; }
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common::UITestActionInvoker^The test action invoker.
Show: