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)
Syntax
'Declaration
Public Function Append ( _
actions As IEnumerable(Of UITestAction), _
map As UIMap _
) As Integer
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 : IEnumerable<UITestAction>,
map : UIMap
) : int
Parameters
actions
Type: 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: Int32
The number of test actions that were appended.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.