Partager via


UITest.CleanupActions, propriété

Obtient ou définit les actions pour le processus de nettoyage.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
Les actions pour le processus de nettoyage.

Sécurité .NET Framework

Voir aussi

Référence

UITest Classe

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms

ActionList