UITest.Append Method (IEnumerable<UITestAction>, UIMap)

 

Appends the test actions and objects from the provided UI map 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,
    UIMap map
)
public:
int Append(
    IEnumerable<UITestAction^>^ actions,
    UIMap^ map
)
member Append : 
        actions:IEnumerable<UITestAction> *
        map:UIMap -> int
Public Function Append (
    actions As IEnumerable(Of UITestAction),
    map As UIMap
) As Integer

Parameters

Return Value

Type: System.Int32

The number of test actions that were appended.

See Also

ActionList
UIMap
Append Overload
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top