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.

ActionList::AddRange Method (IEnumerable<UITestAction^>^)

 

Adds the actions in the provided list to the end of this action list.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

public:
int AddRange(
	IEnumerable<UITestAction^>^ addActions
)

Parameters

addActions
Type: System.Collections.Generic::IEnumerable<UITestAction^>^

An IEnumerable that contains the UITestAction objects to add.

Return Value

Type: System::Int32

The number of actions that are added to this list.

Return to top
Show: