IBufferTagAggregatorFactoryService::CreateTagAggregator<T> Method (ITextBuffer^, TagAggregatorOptions)
Visual Studio 2015
Creates a tag aggregator for the specified text buffer using the given options.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
generic<typename T> where T : ITag ITagAggregator<T>^ CreateTagAggregator( ITextBuffer^ textBuffer, TagAggregatorOptions options )
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.
- options
-
Type:
Microsoft.VisualStudio.Text.Tagging::TagAggregatorOptions
The options to use for the newly created aggregator.
Type Parameters
- T
The type of tag to aggregate.
Show: