UITest.CurrentActionList-Eigenschaft

Ruft die Liste aktueller Aktionen für einen Test der codierten UI ab oder legt sie fest.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
Public Property CurrentActionList As ActionList
    Get
    Set
public ActionList CurrentActionList { get; set; }
public:
property ActionList^ CurrentActionList {
    ActionList^ get ();
    void set (ActionList^ value);
}
member CurrentActionList : ActionList with get, set
function get CurrentActionList () : ActionList
function set CurrentActionList (value : ActionList)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
Die Liste der aktuellen Testaktionen.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITest Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

ActionList