UITestInterpreter Constructor (UITest)

 

Initializes a new instance of the UITestInterpreter class.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

public UITestInterpreter(
    UITest uiTest
)
public:
UITestInterpreter(
    UITest^ uiTest
)
new : 
        uiTest:UITest -> UITestInterpreter
Public Sub New (
    uiTest As UITest
)

Parameters

See Also

UITest
UITestInterpreter Class
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

Return to top