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 the topmost 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)
Syntax
UITestAction Peek()
UITestAction^ Peek()
abstract Peek : unit -> UITestAction
Function Peek As UITestAction
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
The topmost element.
See Also
UITestAction
Peek Overload
IUITestActionStack Interface
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top