UITest.OnErrorActions-Eigenschaft

Ruft eine Liste von Testaktionen ab, die bei einem Fehler während der Testausführung ausgeführt werden, 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 OnErrorActions As ActionList
    Get
    Set
public ActionList OnErrorActions { get; set; }
public:
property ActionList^ OnErrorActions {
    ActionList^ get ();
    void set (ActionList^ value);
}
member OnErrorActions : ActionList with get, set
function get OnErrorActions () : ActionList
function set OnErrorActions (value : ActionList)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
Eine Liste von ausführenden Testaktionen, wenn bei der Ausführung der Tests ein Fehler auftritt.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITest Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace