UITestActionListEventArgs.ActionListSection Property
Gets or sets the associated UI test action list section.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property ActionListSection As UITestActionListSection
public UITestActionListSection ActionListSection { get; private set; }
public:
property UITestActionListSection ActionListSection {
UITestActionListSection get ();
private: void set (UITestActionListSection value);
}
member ActionListSection : UITestActionListSection with get, private set
function get ActionListSection () : UITestActionListSection
private function set ActionListSection (value : UITestActionListSection)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionListSection
The associated list section.
.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