Share via


IUITestActionStack.Pop Method

 

Removes and returns an element from the stack.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Overload List

Name Description
System_CAPS_pubmethod Pop()

Removes and returns the topmost element from the stack.

System_CAPS_pubmethod Pop(Int32)

Removes and returns the element at the specified index in the stack.

See Also

IUITestActionStack Interface
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top