Classes
TagAggregatorBase<T> | An abstract base class for an object that aggregates ITag objects from multiple ITagger<T> instances. |
TagSnapshotRange<T> | Implements an object that represents an ITag and its associated Text |
TagVersionRange<T> | Implements an object that represents an ITag and its associated IText |
Tagger |
Specifies the names of the built-in ITagger<T> objects that are included with this product. |
Tags |
Event arguments for when an ITagger<T> alters tags on text. |
Interfaces
IClassification |
Provides the base requirements for an IClassification |
ICode |
Provides the base requirements for an object that can create ITagger<T> objects for an ICode |
ICollapsed |
Provides the base requirements for a collapsed region of text. |
ICollectionTagger<T> | Provides the base requirements for an ITagger<T> that maintains a simple collection of tagged ranges. |
IDelimiter |
Provides the base requirements for an ITag that spans a delimiter highlight. |
IIndicator |
Provides the base requirements for an indicator, which covers range of text and render a glyph in an editor's indicator margin for that range. |
IIntra |
Provides the base requirements for an object that requests space to be inserted above and/or below a view line, generally used for rendering adornments within. |
IIntra |
Provides the base requirements for a spacer that can be inserted between two text characters. |
IRead |
Provides the base requirements for an IRead |
ISquiggle |
Provides the base requirements for a squiggle line, generally used for error display, that can be associated with some text range. |
ITag | Provides the base requirements for a data object that can be associated with some text range. |
ITag |
Provides the base requirements for an object that aggregates ITag objects from multiple taggers instances. |
ITagAggregator<T> | Provides the base requirements for an object that aggregates ITag objects from multiple ITagger<T> instances. |
ITagSearchOptions<T> | Provides the base requirements for a class that stores tag search operation options. |
ITagger |
Provides the base requirements for an object that can provide ITag objects that intersect with specified text ranges
within an ICode |
ITagger<T> | Provides the base requirements for an object that can provide ITag objects that intersect with specified text ranges
within an ICode |
IText |
Provides the base requirements for an object that can create ITagger<T> objects for an IText |
IToken |
Provides the base requirements for an IToken from an ILexer that can be associated with some text range. |
IUnused |
Provides the base requirements for an unused region of text. |