ClassificationSpan Class
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.
Describes a region of text by an IClassificationType.
public ref class ClassificationSpan
[Windows::Foundation::Metadata::WebHostHidden]
class ClassificationSpan
public class ClassificationSpan
type ClassificationSpan = class
Public Class ClassificationSpan
- Inheritance
-
ClassificationSpan
Remarks
This class is immutable.
Constructors
ClassificationSpan(SnapshotSpan, IClassificationType) |
Initializes a new instance of a ClassificationSpan. |
Properties
ClassificationType |
Gets the classification type of the text. |
Span |
Gets the snapshot span of the classified text. |