Represents the list of actions in a UITest.
Inheritance Hierarchy
Object
  Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Class ActionList
public class ActionList
public ref class ActionList
type ActionList =  class end
public class ActionList
The ActionList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ActionList | Initializes a new instance of the ActionList class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Actions | Gets the list of actions. | 
| .gif) | Count | Gets the number of actions in the list. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddRange | Adds the actions in the provided list to the end of this action list. | 
| .gif) | Delete | Deletes the action from the list that has the specified ID. | 
| .gif) | DeleteRange | Deletes a range of actions from this action list. | 
| .gif) | Equals(Object) | Determines whether the provided object is equal to this action list object. (Overrides Object.Equals(Object).) | 
| .gif) | Equals(ActionList) | Determines whether the provided action list is equal to this action list object. | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | Find | Searches for an action that has the given identifier and returns the action. | 
| .gif) | FindIndex | Returns the index of the action that has the specified identifier. | 
| .gif) | GetActionsOfType<T> | Returns an enumerated list of actions of the specified type from this action list. | 
| .gif) | GetHashCode | Serves as the default hash function. (Overrides Object.GetHashCode.) | 
| .gif) | GetRange | Returns a collection that contains the specified range of actions from this action list. | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.