IClassifier 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.
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. |