Freigeben über


IUITestActionStack.Peek-Methode

Gibt das oberste Element vom Stapel zurück, ohne es zu entfernen.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Function Peek As UITestAction
UITestAction Peek()
UITestAction^ Peek()
abstract Peek : unit -> UITestAction 
function Peek() : UITestAction

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
Das oberste Element.

.NET Framework-Sicherheit

Siehe auch

Referenz

IUITestActionStack Schnittstelle

Peek-Überladung

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITestAction