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


UITest - конструктор (IEnumerable<UITestAction>, UIMap)

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

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

Синтаксис

'Декларация
Public Sub New ( _
    executeActions As IEnumerable(Of UITestAction), _
    map As UIMap _
)
public UITest(
    IEnumerable<UITestAction> executeActions,
    UIMap map
)
public:
UITest(
    IEnumerable<UITestAction^>^ executeActions, 
    UIMap^ map
)
new : 
        executeActions:IEnumerable<UITestAction> * 
        map:UIMap -> UITest
public function UITest(
    executeActions : IEnumerable<UITestAction>, 
    map : UIMap
)

Параметры

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

См. также

Ссылки

UITest Класс

UITest - перегрузка

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

UITestAction

UIMap