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)

public:
void StopFiltering()

This method removes the filter, then updates the filtered items and raises the E:Microsoft.VisualStudio.Language.Intellisense.FilteredObservableCollectioon`1.CollectionChanged event.

Return to top
Show: