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 Interface
This interface provides access for aggregator plug-ins to the action list of the UI test recorder.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
| Name | Description | |
|---|---|---|
![]() | Peek() | Returns the topmost element from the stack without removing it. |
![]() | Peek(Int32) | Returns the element at the provided index from the stack without removing it. |
![]() | Pop() | Removes and returns the topmost element from the stack. |
![]() | Pop(Int32) | Removes and returns the element at the specified index in the stack. |
![]() | Push(UITestAction^) | Inserts the provided test action at the top of the stack. |
Show:

