'Declaration <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class DataGridItemPropertyDictionary Inherits System.Collections.Generic.Dictionary(Of DataGridItemPropertyBase,Object)
'Usage Dim instance As DataGridItemPropertyDictionary
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_DictionaryDebugView`2)] [DebuggerDisplay("Count = {Count}")] public class DataGridItemPropertyDictionary : System.Collections.Generic.Dictionary<DataGridItemPropertyBase,object>