Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITest::Append Method

 

Appends a 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)

NameDescription
System_CAPS_pubmethodAppend(IEnumerable<UITestAction^>^)

Appends the provided list of test actions to this UI test.

System_CAPS_pubmethodAppend(IEnumerable<UITestAction^>^, UIMap^)

Appends the test actions and objects from the provided UI map to this UI test.

System_CAPS_pubmethodAppend(UITest^, Int64, Int64)

Appends the test actions from the provided UI test into this UI test at the provided range.

Return to top
Show: