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

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

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
The test actions to be executed as part of the test.

.NET Framework Security

See Also

Reference

UITest Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

ActionList