Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
uiTest
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestA T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest object.
See Also
T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest
UITestEventArgs Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top