ITagger<T> Interface
Visual Studio 2015
A provider of tags over a buffer.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | GetTags(NormalizedSnapshotSpanCollection) | Gets all the tags that intersect the specified spans. |
| Name | Description | |
|---|---|---|
![]() | TagsChanged | Occurs when tags are added to or removed from the provider. |
For more information about tagging, see the "Tags and Classifiers" section of Inside the Editor. For information about extending and adding tags, see the "Extending Tags" section of Editor Extension Points.
For examples of using this interface, see the following walkthroughs:
Walkthrough: Highlighting Text
Walkthrough: Displaying Matching Braces
Show:

