In This Article

BreakpointIndicatorTagger Class

Provides BreakpointIndicatorTag objects over text ranges.

public class BreakpointIndicatorTagger : IndicatorClassificationTaggerBase<BreakpointIndicatorTag>, ICollection<TagVersionRange<BreakpointIndicatorTag>>, IEnumerable<TagVersionRange<BreakpointIndicatorTag>>, IEnumerable, ICollectionTagger<BreakpointIndicatorTag>, ITagger<BreakpointIndicatorTag>, INotifyCollectionChanged, ITagger<IIndicatorTag>, ITagger<IClassificationTag>, ITaggerBase, IOrderable, IKeyedObject
Inheritance:
Object TaggerBase<BreakpointIndicatorTag> CollectionTagger<BreakpointIndicatorTag> IndicatorTaggerBase<BreakpointIndicatorTag> IndicatorClassificationTaggerBase<BreakpointIndicatorTag> Object
Implements:
ICollectionTagger<BreakpointIndicatorTag> ITagger<BreakpointIndicatorTag> ITagger<IIndicatorTag> ITagger<IClassificationTag> ITaggerBase IOrderable IKeyedObject

Constructors

BreakpointIndicatorTagger(ICodeDocument)

Initializes a new instance of the BreakpointIndicatorTagger class.

public BreakpointIndicatorTagger(ICodeDocument document)
Parameter Type Description
document ICodeDocument

The document to which this manager is attached.

Inherited Members