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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.