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.
UITestActionListEventArgs::ActionListSection Property
Gets or sets the associated UI test action list section.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
public: property UITestActionListSection ActionListSection { [CompilerGeneratedAttribute] UITestActionListSection get(); [CompilerGeneratedAttribute] private: void set(UITestActionListSection value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common::UITestActionListSectionThe associated list section.
Show: