IUITestActionStack.Peek Method
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