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.
Appends the provided list of test actions to this UI test.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public int Append(
IEnumerable<UITestAction> actions
)
public:
int Append(
IEnumerable<UITestAction^>^ actions
)
member Append :
actions:IEnumerable<UITestAction> -> int
Public Function Append (
actions As IEnumerable(Of UITestAction)
) As Integer
Parameters
actions
Type: System.Collections.Generic.IEnumerable<UITestAction>An IEnumerable list of UITestAction objects.
Return Value
Type: System.Int32
The number of test actions that were appended.
See Also
UITestAction
Append Overload
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top