Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

UITestAction^ Pop(
	int nth
)

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.

Return to top
Show: