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
interpreter
Type: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestInterpreterA UITestInterpreter object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace