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 provided list of test actions 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) _
) As Integer
public int Append(
IEnumerable<UITestAction> actions
)
public:
int Append(
IEnumerable<UITestAction^>^ actions
)
member Append :
actions:IEnumerable<UITestAction> -> int
public function Append(
actions : IEnumerable<UITestAction>
) : int
Parameters
- actions
Type: System.Collections.Generic.IEnumerable<UITestAction>
An IEnumerable list of UITestAction objects.
Return Value
Type: System.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.