FilteredObservableCollection<T>.StopFiltering 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.
Removes the filter for the collection.
public:
void StopFiltering();
public:
void StopFiltering();
void StopFiltering();
public void StopFiltering ();
member this.StopFiltering : unit -> unit
Public Sub StopFiltering ()
Remarks
This method removes the filter, then updates the filtered items and raises the <xref:Microsoft.VisualStudio.Language.Intellisense.FilteredObservableCollectioon%601.CollectionChanged> event.