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.
Returns an element from the stack without removing it.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Overload List
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. |
See Also
IUITestActionStack Interface
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top