FilteredObservableCollection<T>::Filter Method (Predicate<T>^)

 

Filters the collection by the specified predicate.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
void Filter(
	Predicate<T>^ filterPredicate
)

Parameters

filterPredicate
Type: System::Predicate<T>^

A Predicate<T> that defines the filter.

Return to top
Show: