IUITestActionStack.Peek Method
Include Protected Members
Include Inherited Members
Returns an element from the stack without removing it.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
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. |
Top