Поделиться через


UIActionInterpreter - конструктор

Инициализирует новый экземпляр класса UIActionInterpreter с использованием заданного интерпретатора.

Пространство имен:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Сборка:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (в Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Синтаксис

'Декларация
Public Sub New ( _
    interpreter As UITestInterpreter _
)
public UIActionInterpreter(
    UITestInterpreter interpreter
)
public:
UIActionInterpreter(
    UITestInterpreter^ interpreter
)
new : 
        interpreter:UITestInterpreter -> UIActionInterpreter
public function UIActionInterpreter(
    interpreter : UITestInterpreter
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

UIActionInterpreter Класс

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration - пространство имен

UITestInterpreter