IBufferTagAggregatorFactoryService::CreateTagAggregator<T> Method (ITextBuffer^)
Visual Studio 2015
Creates a tag aggregator for the specified text buffer.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
generic<typename T> where T : ITag ITagAggregator<T>^ CreateTagAggregator( ITextBuffer^ textBuffer )
Parameters
- textBuffer
-
Type:
Microsoft.VisualStudio.Text::ITextBuffer^
The ITextBuffer over which the aggregator should aggregate tags, including all source buffers if the buffer is a projection buffer.
Type Parameters
- T
The type of tag to aggregate.
Show: