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.
ValueMap::ParameterList Property
Gets the collection of action parameters.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
public: property Collection<ActionParameter^>^ ParameterList { Collection<ActionParameter^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::Collection<ActionParameter^>^The action parameters.
Show: