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

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

Property Value

Type: System.Collections.Generic.List<UITestAction>

The list of actions.

See Also

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

Return to top