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
public UITestInterpreterCore(
UITest uiTest
)
public:
UITestInterpreterCore(
UITest^ uiTest
)
new :
uiTest:UITest -> UITestInterpreterCore
Public Sub New (
uiTest As UITest
)
Parameters
uiTest
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestThe UITest to interpret.
See Also
UITestInterpreterCore Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace
Return to top