Freigeben über


UITestEventArgs-Konstruktor

Initialisiert eine neue Instanz der UITestEventArgs-Klasse mithilfe des bereitgestellten UI-Tests.

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

Syntax

'Declaration
Public Sub New ( _
    uiTest As UITest _
)
public UITestEventArgs(
    UITest uiTest
)
public:
UITestEventArgs(
    UITest^ uiTest
)
new : 
        uiTest:UITest -> UITestEventArgs
public function UITestEventArgs(
    uiTest : UITest
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestEventArgs Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITest