Partager via


UITestEventArgs, constructeur

Initialise une nouvelle instance de la classe UITestEventArgs à l'aide du test fourni dans 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 ( _
    uiTest As UITest _
)
public UITestEventArgs(
    UITest uiTest
)
public:
UITestEventArgs(
    UITest^ uiTest
)
new : 
        uiTest:UITest -> UITestEventArgs
public function UITestEventArgs(
    uiTest : UITest
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

UITestEventArgs Classe

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

UITest