Udostępnij za pośrednictwem


Właściwość UITest.CurrentActionList —

Pobiera lub ustawia listę bieżącego działania zakodowanej test interfejsu użytkownika.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

'Deklaracja
Public Property CurrentActionList As ActionList
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)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
Lista bieżącego działania testu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITest Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

ActionList