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
- IndicatorTaggerBase<BreakpointIndicatorTag>.RaiseTagsChanged(TagsChangedEventArgs)
- CollectionTagger<BreakpointIndicatorTag>.Add(TagVersionRange<BreakpointIndicatorTag>)
- CollectionTagger<BreakpointIndicatorTag>.Add(ITextSnapshotLine, BreakpointIndicatorTag)
- CollectionTagger<BreakpointIndicatorTag>.Add(TextSnapshotRange, BreakpointIndicatorTag)
- CollectionTagger<BreakpointIndicatorTag>.Clear()
- CollectionTagger<BreakpointIndicatorTag>.CreateBatch()
- CollectionTagger<BreakpointIndicatorTag>.Contains(TagVersionRange<BreakpointIndicatorTag>)
- CollectionTagger<BreakpointIndicatorTag>.CopyTo(TagVersionRange<BreakpointIndicatorTag>[], int)
- CollectionTagger<BreakpointIndicatorTag>.FindNext(ITextSnapshotLine, ITagSearchOptions<BreakpointIndicatorTag>)
- CollectionTagger<BreakpointIndicatorTag>.FindNext(TextSnapshotOffset, ITagSearchOptions<BreakpointIndicatorTag>)
- CollectionTagger<BreakpointIndicatorTag>.GetEnumerator()
- CollectionTagger<BreakpointIndicatorTag>.GetTags(NormalizedTextSnapshotRangeCollection, object)
- CollectionTagger<BreakpointIndicatorTag>.Remove(TagVersionRange<BreakpointIndicatorTag>)
- CollectionTagger<BreakpointIndicatorTag>.Remove(BreakpointIndicatorTag)
- CollectionTagger<BreakpointIndicatorTag>.RemoveAll(Predicate<TagVersionRange<BreakpointIndicatorTag>>)
- CollectionTagger<BreakpointIndicatorTag>.Toggle(ITextSnapshotLine, BreakpointIndicatorTag)
- CollectionTagger<BreakpointIndicatorTag>.Toggle(TextSnapshotRange, BreakpointIndicatorTag)
- CollectionTagger<BreakpointIndicatorTag>.Count
- CollectionTagger<BreakpointIndicatorTag>.this[BreakpointIndicatorTag]
- CollectionTagger<BreakpointIndicatorTag>.CollectionChanged
- TaggerBase<BreakpointIndicatorTag>.ChangeDocument(ICodeDocument)
- TaggerBase<BreakpointIndicatorTag>.Close()
- TaggerBase<BreakpointIndicatorTag>.OnClosed()
- TaggerBase<BreakpointIndicatorTag>.OnTagAggregatorAttached(ITagAggregatorBase)
- TaggerBase<BreakpointIndicatorTag>.OnTagAggregatorDetached(ITagAggregatorBase)
- TaggerBase<BreakpointIndicatorTag>.OnTagsChanged(TagsChangedEventArgs)
- TaggerBase<BreakpointIndicatorTag>.Document
- TaggerBase<BreakpointIndicatorTag>.Key
- TaggerBase<BreakpointIndicatorTag>.Orderings
- TaggerBase<BreakpointIndicatorTag>.Closed
- TaggerBase<BreakpointIndicatorTag>.TagsChanged
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()