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.
Creates an instance of UITestInterpreter for a given UITest
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub New ( _
uiTest As UITest _
)
public UITestInterpreterCore(
UITest uiTest
)
public:
UITestInterpreterCore(
UITest^ uiTest
)
new :
uiTest:UITest -> UITestInterpreterCore
public function UITestInterpreterCore(
uiTest : UITest
)
Parameters
uiTest
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestThe UITest to interpret.
.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