Freigeben über


IUITestActionStack.Peek-Methode (Int32)

Gibt das Element am bereitgestellten Index 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 ( _
    nth As Integer _
) As UITestAction
UITestAction Peek(
    int nth
)
UITestAction^ Peek(
    int nth
)
abstract Peek : 
        nth:int -> UITestAction 
function Peek(
    nth : int
) : UITestAction

Parameter

  • nth
    Typ: System.Int32
    Ein int, der den Index des abzurufenden Elements angibt.

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
Das Element am angegebenen Index.

.NET Framework-Sicherheit

Siehe auch

Referenz

IUITestActionStack Schnittstelle

Peek-Überladung

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITestAction