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.
UITestActionInvoker Class
Provides constructors and methods to start a specific UI test action.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
System::Object
Microsoft.VisualStudio.TestTools.UITest.Common::UITestActionInvoker
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration::UIActionInterpreter
Microsoft.VisualStudio.TestTools.UITest.Common::UITestActionInvoker
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration::UIActionInterpreter
| Name | Description | |
|---|---|---|
![]() | UITestActionInvoker() | Initializes a new instance of the UITestActionInvoker class. |
| Name | Description | |
|---|---|---|
![]() | InRetryMode | Gets or sets a value that indicates whether the invoker is in retry mode. |
When it executes the test actions, the test framework will implement a specific implementation of this class that is appropriate to the action type then pass it to the UITestAction::Invoke method.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


