IUITestActionStack.Push Method

Inserts the provided test action at the top of the stack.

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
)

Parameters

.NET Framework Security

See Also

Reference

IUITestActionStack Interface

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITestAction