Freigeben über


UITestActionListEventArgs.ActionListSection-Eigenschaft

Ruft den zugeordneten UI-Test-Aktionslistenabschnitt ab oder legt diesen fest.

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
    Get
    Private Set
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionListSection
Der zugeordnete Listenabschnitt.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestActionListEventArgs Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITestActionListSection