CollectionView for WinForms
CanFilter<T> メソッド (ICollectionViewEx)

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ICollectionViewEx クラス : CanFilter<T> メソッド
The collection view.
The filter expression that determine how the data would be filtered.
Returns whether the collection view is able to filter the specified expression.
シンタックス
'宣言
 
Public Shared Function CanFilter(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T), _
   ByVal filterExpression As FilterExpression _
) As System.Boolean
public static System.bool CanFilter<T>( 
   ICollectionView<T> collectionView,
   FilterExpression filterExpression
)
where T: class

パラメータ

collectionView
The collection view.
filterExpression
The filter expression that determine how the data would be filtered.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ