IClassificationTag Interface
Provides the base requirements for an IClassificationType that can be associated with some text range.
public interface IClassificationTag : ITag
Properties
ClassificationType
Gets the IClassificationType associated with this tag.
IClassificationType ClassificationType { get; }
Property Value
- IClassificationType:
The IClassificationType associated with this tag.