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
- IndicatorClassificationTaggerBase<BreakpointIndicatorTag>.ITagger<IClassificationTag>.GetTags(NormalizedTextSnapshotRangeCollection, Object)
- IndicatorTaggerBase<BreakpointIndicatorTag>.ITagger<IIndicatorTag>.GetTags(NormalizedTextSnapshotRangeCollection, Object)
- 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>[], Int32)
- 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>.Item[BreakpointIndicatorTag]
- CollectionTagger<BreakpointIndicatorTag>.CollectionChanged
- TaggerBase<BreakpointIndicatorTag>.ITaggerBase.NotifyTagAggregatorAttached(ITagAggregatorBase)
- TaggerBase<BreakpointIndicatorTag>.ITaggerBase.NotifyTagAggregatorDetached(ITagAggregatorBase)
- 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.ToString()
- Object.Equals(Object)
- Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object)
- Object.GetHashCode()
- Object.GetType()
- Object.MemberwiseClone()