Share via


UITest.CurrentActionList Property

 

Gets or sets the list of current coded UI test actions.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public ActionList CurrentActionList { get; set; }
public:
property ActionList^ CurrentActionList {
    ActionList^ get();
    void set(ActionList^ value);
}
member CurrentActionList : ActionList with get, set
Public Property CurrentActionList As ActionList

Property Value

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

The list of current test actions.

See Also

ActionList
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top