Partilhar via


Construtor UITestInterpreterCore

Cria uma instância de UITestInterpreter para um determinado UITest

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Sub New ( _
    uiTest As UITest _
)
public UITestInterpreterCore(
    UITest uiTest
)
public:
UITestInterpreterCore(
    UITest^ uiTest
)
new : 
        uiTest:UITest -> UITestInterpreterCore
public function UITestInterpreterCore(
    uiTest : UITest
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

UITestInterpreterCore Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.CodeGeneration