In This Article

SearchResultHighlightTagger Class

Provides a view-based classification tagger that tags search results.

public class SearchResultHighlightTagger : CollectionTagger<IClassificationTag>, ICollection<TagVersionRange<IClassificationTag>>, IEnumerable<TagVersionRange<IClassificationTag>>, IEnumerable, ICollectionTagger<IClassificationTag>, ITagger<IClassificationTag>, ITaggerBase, IOrderable, IKeyedObject, INotifyCollectionChanged
Inheritance:
Object TaggerBase<IClassificationTag> CollectionTagger<IClassificationTag> Object
Implements:
ICollectionTagger<IClassificationTag> ITagger<IClassificationTag> ITaggerBase IOrderable IKeyedObject

Constructors

SearchResultHighlightTagger(IEditorView)

Initializes a new instance of the SearchResultHighlightTagger class.

public SearchResultHighlightTagger(IEditorView view)
Parameter Type Description
view IEditorView

The view to which this manager is attached.

Methods

OnClosed()

Occurs when the tagger is closed.

protected override void OnClosed()

Inherited Members