In This Article

BreakpointIndicatorTagger Class

Provides BreakpointIndicatorTag objects over text ranges.

public class BreakpointIndicatorTagger : IndicatorClassificationTaggerBase<BreakpointIndicatorTag>, ICollectionTagger<BreakpointIndicatorTag>, ITagger<BreakpointIndicatorTag>, 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