Share via


IUITestActionStack.Pop Method ()

 

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