Udostępnij za pośrednictwem


Metoda IUITestActionStack.Pop — (Int32)

 

Usuwa i zwraca element przy określony indeks w stosie.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

UITestAction Pop(
    int nth
)
UITestAction^ Pop(
    int nth
)
abstract Pop : 
        nth:int -> UITestAction
Function Pop (
    nth As Integer
) As UITestAction

Parametry

  • nth
    int Wskazuje, że indeks elementu do usunięcia i pobierania.

Wartość zwracana

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction

Element pod określonym indeksem.

Zobacz też

UITestAction
Pop Przeciążenie
Interfejs IUITestActionStack
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku