The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITest::CurrentActionList Property
Gets or sets the list of current coded UI test actions.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
public: property ActionList^ CurrentActionList { ActionList^ get(); void set(ActionList^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common::ActionList^The list of current test actions.
Show: