IBufferTagAggregatorFactoryService Interface

Definition

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)

Creates a tag aggregator for a textBuffer.

CreateTagAggregator<T>(ITextBuffer, TagAggregatorOptions)

Creates a tag aggregator for a textBuffer, using the given options.

Applies to