Konstruktor UITest — (IEnumerable<UITestAction>)
Inicjuje nowe wystąpienie UITest klasy przy użyciu akcji podany test.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public UITest(
IEnumerable<UITestAction> executeActions
)
public:
UITest(
IEnumerable<UITestAction^>^ executeActions
)
new :
executeActions:IEnumerable<UITestAction> -> UITest
Public Sub New (
executeActions As IEnumerable(Of UITestAction)
)
Parametry
- executeActions
Wykaz UITestAction obiektów.
Zobacz też
UITestAction
UITest Przeciążenie
Klasa UITest
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku