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 element at the specified index in 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 ( _
nth As Integer _
) As UITestAction
UITestAction Pop(
int nth
)
UITestAction^ Pop(
int nth
)
abstract Pop :
nth:int -> UITestAction
function Pop(
nth : int
) : UITestAction
Parameters
- nth
Type: System.Int32
An int that indicates the index of the element to remove and retrieve.
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
The element at the specified index.
.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.