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

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > C1CollectionViewEx クラス : FilterAsync<T> メソッド
The collection view.
The path of the data item to which the filter will be applied.
The filter operation.
The value used in the expression.
Filters the data using specified filter parameters.
シンタックス
'宣言
 
Public Shared Function FilterAsync(Of T As Class)( _
   ByVal collectionView As C1CollectionView(Of T), _
   ByVal filterPath As System.Linq.Expressions.Expression(Of Func(Of T,Object)), _
   ByVal filterOperation As FilterOperation, _
   ByVal value As System.Object _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task FilterAsync<T>( 
   C1CollectionView<T> collectionView,
   System.Linq.Expressions.Expression<Func<T,object>> filterPath,
   FilterOperation filterOperation,
   System.object value
)
where T: class

パラメータ

collectionView
The collection view.
filterPath
The path of the data item to which the filter will be applied.
filterOperation
The filter operation.
value
The value used in the expression.

型パラメータ

T
参照

C1CollectionViewEx クラス
C1CollectionViewEx メンバ