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
- uiTest
Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
UITest interpretace.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration – obor názvů