Partager via


UITestActionEventArgs, constructeur

Initialise une nouvelle instance de la classe UITestActionEventArgs à l'aide de l'action de test donnée de l'interface utilisateur.

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

Syntaxe

'Déclaration
Public Sub New ( _
    action As UITestAction _
)
public UITestActionEventArgs(
    UITestAction action
)
public:
UITestActionEventArgs(
    UITestAction^ action
)
new : 
        action:UITestAction -> UITestActionEventArgs
public function UITestActionEventArgs(
    action : UITestAction
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

UITestActionEventArgs Classe

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

UITestAction