ClassificationSpan Class
Visual Studio 2015
Describes a region of text classified by an IClassificationType.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | ClassificationSpan(SnapshotSpan, IClassificationType) | Initializes a new instance of a ClassificationSpan. |
| Name | Description | |
|---|---|---|
![]() | ClassificationType | Gets the classification type of the text. |
![]() | Span | Gets the snapshot span of the classified text. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
For more information about classification, see the section "Extending Classification Types and Classification Formats" in Editor Extension Points.
This class is immutable.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


