IViewTagAggregatorFactoryService 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 service that creates an ITagAggregator<T> for an ITextView. This is a MEF component part, and should be imported as follows: [Import] IViewLevelTagAggregatorFactoryService factory = null;
public interface class IViewTagAggregatorFactoryServicepublic interface class IViewTagAggregatorFactoryService__interface IViewTagAggregatorFactoryServicepublic interface IViewTagAggregatorFactoryServicetype IViewTagAggregatorFactoryService = interfacePublic Interface IViewTagAggregatorFactoryServiceRemarks
This is a MEF component part, and should be imported as follows:
[Import]  
IViewLevelTagAggregatorFactoryService factory = null;  
Methods
| CreateTagAggregator<T>(ITextView, TagAggregatorOptions) | Creates a tag aggregator for the specified ITextView and with the given options that aggregates tags of the given type. | 
| CreateTagAggregator<T>(ITextView) | Creates a tag aggregator for the specified ITextView that aggregates tags of the given type. |