DataSource for Entity Framework for WPF/Silverlight
SortDescriptorCollection クラス
メンバ 

C1.Data.DataSource 名前空間 : SortDescriptorCollection クラス
SortDescriptor依存オブジェクトのコレクションです。
オブジェクト モデル
SortDescriptorCollection クラス
シンタックス
'宣言
 
<System.Reflection.DefaultMemberAttribute("Item")>
<System.Diagnostics.DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")>
Public Class SortDescriptorCollection 
   Inherits C1.Data.DataSource.DependencyObjectCollection(Of SortDescriptor)
[System.Reflection.DefaultMember("Item")]
[System.Diagnostics.DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[System.Diagnostics.DebuggerDisplay("Count = {Count}")]
public class SortDescriptorCollection : C1.Data.DataSource.DependencyObjectCollection<SortDescriptor> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.Data.DataSource.DependencyObjectCollection<T>
            C1.Data.DataSource.SortDescriptorCollection

参照

SortDescriptorCollection メンバ
C1.Data.DataSource 名前空間