Share via


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
System_CAPS_pubmethod Peek()

Returns the topmost element from the stack without removing it.

System_CAPS_pubmethod 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