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.
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
void Push(
UITestAction element
)
void Push(
UITestAction^ element
)
abstract Push :
element:UITestAction -> unit
Sub Push (
element As UITestAction
)
Parameters
element
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionThe UITestAction to push onto the stack.
See Also
UITestAction
IUITestActionStack Interface
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top