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 (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)

public:
int Append(
	IEnumerable<UITestAction^>^ actions,
	UIMap^ map
)

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.

Return Value

Type: System::Int32

The number of test actions that were appended.

Return to top
Show: