IClassifier::GetClassificationSpans Method (SnapshotSpan)
Visual Studio 2015
Gets all the ClassificationSpan objects that overlap the given range of text.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- span
-
Type:
Microsoft.VisualStudio.Text::SnapshotSpan
The snapshot span.
Return Value
Type: System.Collections.Generic::IList<ClassificationSpan^>^A list of ClassificationSpan objects that intersect with the given range.
Show: