UITest.CleanupActions (Propiedad)

Obtiene o establece las acciones para el proceso de limpieza.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Property CleanupActions As ActionList
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
Acciones del proceso de limpieza.

Seguridad de .NET Framework

Vea también

Referencia

UITest Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

ActionList