Share via


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

public UITestActionListSection ActionListSection {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property UITestActionListSection ActionListSection {
    [CompilerGeneratedAttribute]
    UITestActionListSection get();
    [CompilerGeneratedAttribute]
    private: void set(UITestActionListSection value);
}
member ActionListSection : UITestActionListSection with get, private set
Public Property ActionListSection As UITestActionListSection
    Get
    Private Set
End Property

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionListSection

The associated list section.

See Also

T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestActionListSection
UITestActionListEventArgs Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top