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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.