Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>
function get Actions () : List<UITestAction>
Property Value
Type: System.Collections.Generic.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.