FilteredObservableCollection<T>.StopFiltering Method

Removes the filter for the collection.

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

Syntax

'Declaration
Public Sub StopFiltering
public void StopFiltering()
public:
void StopFiltering()
member StopFiltering : unit -> unit
public function StopFiltering()

Remarks

This method removes the filter, then updates the filtered items and raises the CollectionChanged event.

.NET Framework Security

See Also

Reference

FilteredObservableCollection<T> Class

Microsoft.VisualStudio.Language.Intellisense Namespace