Sdílet prostřednictvím


UITestInterpreterCore – konstruktor

Vytvoří instanci UITestInterpreter pro danou UITest

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

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestInterpreterCore Třída

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