次の方法で共有


FilteredObservableCollection<T>.StopFiltering Method

Definition

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.

Applies to