SimpleTagger<T>::RemoveTagSpans Method (Predicate<TrackingTagSpan<T>^>^)
Visual Studio 2015
Removes all tag spans that match the conditions specified by the predicate.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- match
-
Type:
System::Predicate<TrackingTagSpan<T>^>^
The Predicate<T> that defines the match.
| Exception | Condition |
|---|---|
| ArgumentNullException | match is null. |
This method is safe to use from any thread.
Show: