Freigeben über


IUITestActionStack.Push-Methode

Fügt die bereitgestellte Testaktion an oberster Position im Stapel ein.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Sub Push ( _
    element As UITestAction _
)
void Push(
    UITestAction element
)
void Push(
    UITestAction^ element
)
abstract Push : 
        element:UITestAction -> unit 
function Push(
    element : UITestAction
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

IUITestActionStack Schnittstelle

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITestAction