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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.