CommandList Class
An ArrayList use for the list property of Command objects which supports an IsModified property.
Syntax
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)] [DebuggerDisplay("Count = {Count}")] public class CommandList : System.Collections.ArrayList
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)] [DebuggerDisplay("Count = {Count}")] public ref class CommandList : public System.Collections.ArrayList
Inheritance Hierarchy
System.Object
System.Collections.ArrayList
Aveva.ApplicationFramework.Presentation.CommandList
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also