Share via


IUITestActionStack.Pop Method (Int32)

 

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

UITestAction Pop(
    int nth
)
UITestAction^ Pop(
    int nth
)
abstract Pop : 
        nth:int -> UITestAction
Function Pop (
    nth As Integer
) As 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.

See Also

UITestAction
Pop Overload
IUITestActionStack Interface
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top