Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: IEnumerable<UITestAction>An IEnumerable list of UITestAction objects.
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.