CollectionView for WinForms
SortAsync<T> メソッド (C1CollectionViewEx)

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > C1CollectionViewEx クラス : SortAsync<T> メソッド
The collection view.
The filter path.
The sort direction.
Sorts the collection view according to the specified sort path and direction.
シンタックス
'宣言
 
Public Shared Function SortAsync(Of T As Class)( _
   ByVal collectionView As C1CollectionView(Of T), _
   ByVal sortPath As System.Linq.Expressions.Expression(Of Func(Of T,Object)), _
   Optional ByVal sortDirection As SortDirection _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task SortAsync<T>( 
   C1CollectionView<T> collectionView,
   System.Linq.Expressions.Expression<Func<T,object>> sortPath,
   SortDirection sortDirection
)
where T: class

パラメータ

collectionView
The collection view.
sortPath
The filter path.
sortDirection
The sort direction.

型パラメータ

T
参照

C1CollectionViewEx クラス
C1CollectionViewEx メンバ