IndicatorClassificationTagBase Class
Provides the abstract base class for an ITag that can be used to mark an indicator and classification over a text range.
public abstract class IndicatorClassificationTagBase : IndicatorTagBase, IIndicatorTag, IClassificationTag, ITag
- Inheritance:
- object IndicatorTagBase object
- Implements:
- IIndicatorTag IClassificationTag ITag
Constructors
IndicatorClassificationTagBase()
Initializes an instance of the class.
protected IndicatorClassificationTagBase()
Properties
ClassificationType
Gets the IClassificationType associated with the tag.
public abstract IClassificationType ClassificationType { get; }
Property Value
- IClassificationType:
The IClassificationType associated with the tag.
Inherited Members
- IndicatorTagBase.DrawGlyph(TextViewDrawContext, ITextViewLine, TagSnapshotRange<IIndicatorTag>, Rect)
- IndicatorTagBase.GetLocation(Rect)
- IndicatorTagBase.GetLocation(Rect, HorizontalAlignment, VerticalAlignment)
- IndicatorTagBase.ContentProvider
- IndicatorTagBase.GlyphSize
- IndicatorTagBase.Tag
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()