UITestInterpreter Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

'Declaration
Public Sub New ( _
    uiTest As UITest _
)
'Usage
Dim uiTest As UITest

Dim instance As New UITestInterpreter(uiTest)
public UITestInterpreter(
    UITest uiTest
)
public:
UITestInterpreter(
    UITest^ uiTest
)
new : 
        uiTest:UITest -> UITestInterpreter
public function UITestInterpreter(
    uiTest : UITest
)

Parameters

.NET Framework Security

See Also

Reference

UITestInterpreter Class

UITestInterpreter Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITest