Share via


UITest.ExecuteActions Property

 

Gets or sets the test actions to be executed as part of the coded UI test.

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

Syntax

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

Property Value

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

The test actions to be executed as part of the test.

See Also

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

Return to top