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
- uiTest
Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITest
UITest , Interpretuje.
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ů