CommandContextCollection Class
Syntax
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] public class CommandContextCollection : System.Collections.Generic.Dictionary<string,object>
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] public ref class CommandContextCollection : public System.Collections.Generic.Dictionary<String,Object>
Inheritance Hierarchy
System.Object
System.Collections.Generic.Dictionary<TKey,TValue>
Aveva.ApplicationFramework.Presentation.CommandContextCollection
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also