IClassifier Interface
Visual Studio 2015
Assigns IClassificationType objects to the text in a ITextBuffer.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | GetClassificationSpans(SnapshotSpan) | Gets all the ClassificationSpan objects that overlap the given range of text. |
| Name | Description | |
|---|---|---|
![]() | ClassificationChanged | Ocurs when the classification of a span of text has changed. |
For more information about classification, see the section "Extending Classification Types and Classification Formats" in Editor Extension Points.
Show:

