IAccurateClassifier 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 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
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
ClassificationChanged |
Occurs when the classification of a span of text has changed. (Inherited from IClassifier) |