Share via


UITestInterpreterCore Constructor

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

.NET Framework Security

See Also

Reference

UITestInterpreterCore Class

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace