CollectionView.PassesFilter Method
Returns a value that indicates whether the specified item in the underlying collection belongs to the view.
Namespace: System.Windows.Data
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- item
- Type: System.Object
The item to check.
Return Value
Type: System.Booleantrue if the specified item belongs to the view or if there is not filter set on the collection view; otherwise, false.
Unlike the Contains method, this method assumes that the specified item belongs to the underlying collection. This method takes filters into account. Typically, you use this method during collection-changed notifications to determine if the added or removed item requires processing.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.