Sdílet prostřednictvím


UITestInterpreter – konstruktor

Vytvoří novou instanci třídy UITestInterpreter.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (v Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    uiTest As UITest _
)
public UITestInterpreter(
    UITest uiTest
)
public:
UITestInterpreter(
    UITest^ uiTest
)
new : 
        uiTest:UITest -> UITestInterpreter
public function UITestInterpreter(
    uiTest : UITest
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestInterpreter Třída

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration – obor názvů

UITest