IBufferTagAggregatorFactoryService Interface    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A factory that creates an ITagAggregator<T> for an ITextBuffer.
public interface class IBufferTagAggregatorFactoryServicepublic interface class IBufferTagAggregatorFactoryService__interface IBufferTagAggregatorFactoryServicepublic interface IBufferTagAggregatorFactoryServicetype IBufferTagAggregatorFactoryService = interfacePublic Interface IBufferTagAggregatorFactoryServiceRemarks
This is a MEF component part, and implementations should use the following to import it: [Import] IBufferTagAggregatorFactoryService factory = null;
Methods
| CreateTagAggregator<T>(ITextBuffer, TagAggregatorOptions) | Creates a tag aggregator for a  | 
| CreateTagAggregator<T>(ITextBuffer) | Creates a tag aggregator for a  |