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 IBufferTagAggregatorFactoryService
public interface class IBufferTagAggregatorFactoryService
__interface IBufferTagAggregatorFactoryService
public interface IBufferTagAggregatorFactoryService
type IBufferTagAggregatorFactoryService = interface
Public Interface IBufferTagAggregatorFactoryService
Remarks
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 |