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

'Deklaracja
Function Pop ( _
    nth As Integer _
) As UITestAction
UITestAction Pop(
    int nth
)
UITestAction^ Pop(
    int nth
)
abstract Pop : 
        nth:int -> UITestAction
function Pop(
    nth : int
) : UITestAction

Parametry

  • nth
    Typ: Int32

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

Wartość zwracana

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
Element pod określonym indeksem.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IUITestActionStack Interfejs

Przeciążenie Pop

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

UITestAction