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
'Declaration
Function Pop As UITestAction
UITestAction Pop()
UITestAction^ Pop()
abstract Pop : unit -> UITestAction
function Pop() : UITestAction
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
The topmost element.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.