Share via


ActionList.Actions Property

Gets the list of actions.

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

Syntax

'Declaration
Public ReadOnly Property Actions As List(Of UITestAction)
public List<UITestAction> Actions { get; }
public:
property List<UITestAction^>^ Actions {
    List<UITestAction^>^ get ();
}
member Actions : List<UITestAction> with get
function get Actions () : List<UITestAction>

Property Value

Type: List<UITestAction>
The list of actions.

.NET Framework Security

See Also

Reference

ActionList Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

UITestAction