UITest.Append-Methode (IEnumerable<UITestAction>)

Fügt die bereitgestellte Liste von Testaktionen an diesen UI-Test an.

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

Parameter

Rückgabewert

Typ: System.Int32
Die Anzahl von Testaktionen, die angefügt wurden.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITest Klasse

Append-Überladung

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITestAction