Partilhar via


Método IUITestActionStack.Pop (Int32)

 

Remove e retorna o elemento no índice especificado na pilha.

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

Sintaxe

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

Parâmetros

  • nth
    Um int que indica o índice do elemento para remover e recuperar.

Valor de retorno

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

O elemento no índice especificado.

Consulte também

UITestAction
Pop Sobrecarga
Interface IUITestActionStack
Namespace Microsoft.VisualStudio.TestTools.UITest.Common

Retornar ao topo