Share via


UITestEventArgs Constructor (UITest)

 

Initializes a new instance of the T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestEventArgs class by using the provided user interface (UI) test.

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

Syntax

public UITestEventArgs(
    UITest uiTest
)
public:
UITestEventArgs(
    UITest^ uiTest
)
new : 
        uiTest:UITest -> UITestEventArgs
Public Sub New (
    uiTest As UITest
)

Parameters

See Also

T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest
UITestEventArgs Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top