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
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