Share via


UITest.Append Method (IEnumerable<UITestAction>)

 

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

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