UIActionInterpreter Constructor

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

'Declaration
Public Sub New ( _
    interpreter As UITestInterpreter _
)
public UIActionInterpreter(
    UITestInterpreter interpreter
)
public:
UIActionInterpreter(
    UITestInterpreter^ interpreter
)
new : 
        interpreter:UITestInterpreter -> UIActionInterpreter
public function UIActionInterpreter(
    interpreter : UITestInterpreter
)

Parameters

.NET Framework Security

See Also

Reference

UIActionInterpreter Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestInterpreter