Share via


IAccurateClassifier Interface

Definition

Assigns IClassificationType objects to the text in a ITextBuffer.

public interface class IAccurateClassifier : Microsoft::VisualStudio::Text::Classification::IClassifier
public interface IAccurateClassifier : Microsoft.VisualStudio.Text.Classification.IClassifier
type IAccurateClassifier = interface
    interface IClassifier
Public Interface IAccurateClassifier
Implements IClassifier
Implements

Methods

Name Description
GetAllClassificationSpans(SnapshotSpan, CancellationToken)

Gets all the ClassificationSpan objects that intersect the given range of text.

GetClassificationSpans(SnapshotSpan)

Gets all the ClassificationSpan objects that intersect the given range of text.

(Inherited from IClassifier)

Events

Name Description
ClassificationChanged

Occurs when the classification of a span of text has changed.

(Inherited from IClassifier)

Applies to