初始化 UITest 类的新实例。
命名空间: Microsoft.VisualStudio.TestTools.UITest.Common
程序集: Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)
语法
public UITest(
IEnumerable<UITestAction> executeActions,
UIMap map
)
public:
UITest(
IEnumerable<UITestAction^>^ executeActions,
UIMap^ map
)
new :
executeActions:IEnumerable<UITestAction> *
map:UIMap -> UITest
Public Sub New (
executeActions As IEnumerable(Of UITestAction),
map As UIMap
)
参数
- executeActions
UITestAction 对象的列表。
- map
此测试的 UIMap 对象。
请参阅
UITestAction
UIMap
UITest 重载
UITest 类
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间
返回页首