UITest.CleanupActions-Eigenschaft

Ruft die Aktionen für den Bereinigungsprozess ab oder legt diese fest.

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

Syntax

'Declaration
Public Property CleanupActions As ActionList
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
Die Aktionen für den Bereinigungsprozess.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITest Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

ActionList