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()
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.ToString()
- Object.Equals(Object)
- Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object)
- Object.GetHashCode()
- Object.GetType()
- Object.MemberwiseClone()