UITestEventArgs Constructor
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Initializes a new instance of the UITestEventArgs class using the provided UI test.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Syntax
'Declaration
Public Sub New ( _
uiTest As UITest _
)
'Usage
Dim uiTest As UITest
Dim instance As New UITestEventArgs(uiTest)
public UITestEventArgs(
UITest uiTest
)
public:
UITestEventArgs(
UITest^ uiTest
)
new :
uiTest:UITest -> UITestEventArgs
public function UITestEventArgs(
uiTest : UITest
)
Parameters
- uiTest
Type: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITest
A UITest object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace