ActionList Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a list of UITestAction objects that together constitute a UITest.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly:  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)

Syntax

'Declaration
Public Class ActionList
'Usage
Dim instance As ActionList
public class ActionList
public ref class ActionList
type ActionList =  class end
public class ActionList

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.ActionList

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.

See Also

Reference

ActionList Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestAction

UITest