CollectionView for WinForms
GetSortDescriptions<T> メソッド

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ICollectionViewEx クラス : GetSortDescriptions<T> メソッド
The collection view.
Returns a list of the current sort descriptions.
シンタックス
'宣言
 
Public Shared Function GetSortDescriptions(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T) _
) As System.Collections.Generic.IReadOnlyList(Of SortDescription)
public static System.Collections.Generic.IReadOnlyList<SortDescription> GetSortDescriptions<T>( 
   ICollectionView<T> collectionView
)
where T: class

パラメータ

collectionView
The collection view.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ