UITestInterpreterCore Constructor (UITest)

 

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

See Also

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

Return to top