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 (IEnumerable<UITestAction^>^, UIMap^)
Appends the test actions and objects from the provided UI map to this UI test.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Parameters
- actions
-
Type:
System.Collections.Generic::IEnumerable<UITestAction^>^
An ActionList object that contains test actions to append.
- map
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap::UIMap^
A UIMap object from which to append objects and test actions.
Show: