Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the UI test action list that corresponds to a given UI test action section.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
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
Parameters
- section
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionListSection
A UITestActionListSection object.
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
The test action list that corresponds to a given configuration section.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.