Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the UITest class by using the provided test actions.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public UITest(
IEnumerable<UITestAction> executeActions
)
public:
UITest(
IEnumerable<UITestAction^>^ executeActions
)
new :
executeActions:IEnumerable<UITestAction> -> UITest
Public Sub New (
executeActions As IEnumerable(Of UITestAction)
)
Parameters
executeActions
Type: System.Collections.Generic.IEnumerable<UITestAction>A list of UITestAction objects.
See Also
UITestAction
UITest Overload
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top