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
public ActionList GetActionList(
UITestActionListSection section
)
public:
ActionList^ GetActionList(
UITestActionListSection section
)
member GetActionList :
section:UITestActionListSection -> ActionList
Public Function GetActionList (
section As UITestActionListSection
) As ActionList
Parameters
section
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionListSectionA UITestActionListSection object.
Return Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.ActionList
The test action list that corresponds to a given configuration section.
See Also
UITestActionListSection
UITest Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top