IClassifier Interface

Definition

Assigns IClassificationType objects to the text in a ITextBuffer.

public interface class IClassifier
public interface class IClassifier
__interface IClassifier
public interface IClassifier
type IClassifier = interface
Public Interface IClassifier
Derived

Remarks

For more information about classification, see the section "Extending Classification Types and Classification Formats" in Language Service and Editor Extension Points.

Methods

GetClassificationSpans(SnapshotSpan)

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

Events

ClassificationChanged

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

Applies to