Поделиться через


UITest.CleanupActions - свойство

Получает или задает действия для процесса очистки.

Пространство имен:  Microsoft.VisualStudio.TestTools.UITest.Common
Сборка:  Microsoft.VisualStudio.TestTools.UITest.Common (в Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
Действия для процесса очистки.

Безопасность платформы .NET Framework

См. также

Ссылки

UITest Класс

Microsoft.VisualStudio.TestTools.UITest.Common - пространство имен

ActionList