FilteredObservableCollection<T>::Filter Method (Predicate<T>^)
Visual Studio 2015
Filters the collection by the specified predicate.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- filterPredicate
-
Type:
System::Predicate<T>^
A Predicate<T> that defines the filter.
Show: