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.
Removes and returns the topmost element from the stack.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
UITestAction Pop()
UITestAction^ Pop()
abstract Pop : unit -> UITestAction
Function Pop As UITestAction
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
The topmost element.
See Also
UITestAction
Pop Overload
IUITestActionStack Interface
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top