FilteredObservableCollection<T>.Filter(Predicate<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filters the collection by the specified predicate.
public:
void Filter(Predicate<T> ^ filterPredicate);
public void Filter (Predicate<T> filterPredicate);
member this.Filter : Predicate<'T> -> unit
Public Sub Filter (filterPredicate As Predicate(Of T))
Parameters
- filterPredicate
- Predicate<T>
A Predicate<T> that defines the filter.