UITest.CleanupActions Property

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

Gets or sets the actions to be executed during cleanup.

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

Syntax

'Declaration
Public Property CleanupActions As ActionList
    Get
    Set
'Usage
Dim instance As UITest
Dim value As ActionList

value = instance.CleanupActions

instance.CleanupActions = value
public ActionList CleanupActions { get; set; }
public:
property ActionList^ CleanupActions {
    ActionList^ get ();
    void set (ActionList^ value);
}
member CleanupActions : ActionList with get, set
function get CleanupActions () : ActionList
function set CleanupActions (value : ActionList)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.ActionList
The list of cleanup actions.

.NET Framework Security

See Also

Reference

UITest Class

UITest Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

ActionList

UITestAction