Partager via


IUITestActionStack.Push, méthode

Insère l'action de test fournie en haut de la pile.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
Sub Push ( _
    element As UITestAction _
)
void Push(
    UITestAction element
)
void Push(
    UITestAction^ element
)
abstract Push : 
        element:UITestAction -> unit 
function Push(
    element : UITestAction
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

IUITestActionStack Interface

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

UITestAction