Sdílet prostřednictvím


UITest.GetActionList – metoda

Získá seznam akcí test uživatelského rozhraní odpovídající dané části Akce test uživatelského rozhraní.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
Public Function GetActionList ( _
    section As UITestActionListSection _
) As ActionList
public ActionList GetActionList(
    UITestActionListSection section
)
public:
ActionList^ GetActionList(
    UITestActionListSection section
)
member GetActionList : 
        section:UITestActionListSection -> ActionList
public function GetActionList(
    section : UITestActionListSection
) : ActionList

Parametry

Vrácená hodnota

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
Seznam akcí test, který odpovídá dané konfigurační oddíl.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITest Třída

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů

UITestActionListSection