Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the UIActionInterpreter class by using the given interpreter.
Namespace:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Syntax
public UIActionInterpreter(
    UITestInterpreter interpreter
)
public:
UIActionInterpreter(
    UITestInterpreter^ interpreter
)
new : 
        interpreter:UITestInterpreter -> UIActionInterpreter
Public Sub New (
    interpreter As UITestInterpreter
)
Parameters
- interpreter 
 Type: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestInterpreter- A UITestInterpreter object. 
See Also
UITestInterpreter
UIActionInterpreter Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top