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.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Parameters
- addActions
-
Type:
System.Collections.Generic::IEnumerable<UITestAction^>^
An IEnumerable that contains the UITestAction objects to add.
Show: