IBufferTagAggregatorFactoryService Interface
Visual Studio 2015
Creates an ITagAggregator<T> for an ITextBuffer.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | CreateTagAggregator<T>(ITextBuffer) | Creates a tag aggregator for the specified text buffer. |
![]() | CreateTagAggregator<T>(ITextBuffer, TagAggregatorOptions) | Creates a tag aggregator for the specified text buffer using the given options. |
This is a MEF component part, and implementations should use the following to import it:
[Import] IBufferTagAggregatorFactoryService factory = null;
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.
Show:
