SimpleTagger<T>::RemoveTagSpan Method (TrackingTagSpan<T>^)
Visual Studio 2015
Removes a tag span that was created by calling CreateTagSpan.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- tagSpan
-
Type:
Microsoft.VisualStudio.Text.Tagging::TrackingTagSpan<T>^
The TrackingTagSpan<T> returned from a previous call to CreateTagSpan.
This method is safe to use from any thread.
Show: