ITaggerProvider Interface
Visual Studio 2015
Creates an ITagger<T> for a given buffer.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | CreateTagger<T>(ITextBuffer) | Creates a tag provider for the specified buffer. |
This is a MEF component part, and implementers must use the following attributes:
[Export(nameSource=typeof(ITaggerProvider))]
Exports must specify at least one content type attribute and at least one tag type attribute.
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:
