Udostępnij za pośrednictwem


Właściwość UITest.CurrentActionList

 

Pobiera lub ustawia listę bieżące akcje test kodowanych UI.

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

Składnia

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

Wartość właściwości

Type: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList

Lista bieżącego działania testu.

Zobacz też

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

Powrót do początku