IClassifierAggregatorService 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 returns an IClassifier that aggregates and normalizes all IClassifier contributions for a ITextBuffer.
public interface class IClassifierAggregatorService
public interface class IClassifierAggregatorService
__interface IClassifierAggregatorService
public interface IClassifierAggregatorService
type IClassifierAggregatorService = interface
Public Interface IClassifierAggregatorService
Remarks
The normalized classifications produced by this aggregator are sorted and do not overlap. If a span of text had multiple classifications based on the original classifier contributions, then in the normalized classification it has a transient classification (IClassificationTypeRegistryService) that corresponds to all of the original classifications.
Classifier aggregators are cached for each ITextBuffer object.
Methods
GetClassifier(ITextBuffer) |
Gets the cached IClassifier for the given ITextBuffer. |