Metoda IUITestActionStack.Peek — (Int32)
Zwraca element o indeksie dostarczonego ze stosu bez usuwania go.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
UITestAction Peek(
int nth
)
UITestAction^ Peek(
int nth
)
abstract Peek :
nth:int -> UITestAction
Function Peek (
nth As Integer
) As UITestAction
Parametry
- nth
int Wskazuje, że indeks elementu do pobrania.
Wartość zwracana
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
Element pod określonym indeksem.
Zobacz też
UITestAction
Peek Przeciążenie
Interfejs IUITestActionStack
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku