Sdílet prostřednictvím


UITest.CleanupActions – vlastnost

Získá nebo nastaví akce pro proces vyčištění.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
Akce pro proces vyčištění.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITest Třída

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů

ActionList