In This Article

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
Derived:
BreakpointIndicatorTag CurrentStatementIndicatorTag
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