
'宣言
<System.Reflection.DefaultMemberAttribute("Item")> <System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")> Public Class DependencyObjectCollection(Of T As System.Windows.DependencyObject) Inherits System.Collections.ObjectModel.ObservableCollection(Of T)
[System.Reflection.DefaultMember("Item")] [System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [System.Diagnostics.DebuggerDisplay("Count = {Count}")] public class DependencyObjectCollection<T> : System.Collections.ObjectModel.ObservableCollection<T> where T: System.Windows.DependencyObject
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
C1.Data.DataSource.DependencyObjectCollection<T>
C1.Data.DataSource.FilterDescriptorCollection
C1.Data.DataSource.GroupDescriptorCollection
C1.Data.DataSource.SortDescriptorCollection