UITestActionListEventArgs Constructor
Initializes a new instance of the UITestActionListEventArgs class by using the provided user interface (UI) test action section.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub New ( _
actionListSection As UITestActionListSection _
)
public UITestActionListEventArgs(
UITestActionListSection actionListSection
)
public:
UITestActionListEventArgs(
UITestActionListSection actionListSection
)
new :
actionListSection:UITestActionListSection -> UITestActionListEventArgs
public function UITestActionListEventArgs(
actionListSection : UITestActionListSection
)
Parameters
- actionListSection
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionListSection
A UITestActionListSection 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
UITestActionListEventArgs Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
UITestActionListSection