Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public int Append(
IEnumerable<UITestAction> actions,
UIMap map
)
public:
int Append(
IEnumerable<UITestAction^>^ actions,
UIMap^ map
)
member Append :
actions:IEnumerable<UITestAction> *
map:UIMap -> int
Public Function Append (
actions As IEnumerable(Of UITestAction),
map As UIMap
) As Integer
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.UIMapA UIMap object from which to append objects and test actions.
Return Value
Type: System.Int32
The number of test actions that were appended.
See Also
ActionList
UIMap
Append Overload
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top