In This Article

BookmarkIndicatorTagger Class

Provides BookmarkIndicatorTag objects over text ranges.

public class BookmarkIndicatorTagger : IndicatorTaggerBase<BookmarkIndicatorTag>, ICollectionTagger<BookmarkIndicatorTag>, ITagger<BookmarkIndicatorTag>, ITagger<IIndicatorTag>, ITaggerBase, IOrderable, IKeyedObject
Inheritance:
object TaggerBase<BookmarkIndicatorTag> CollectionTagger<BookmarkIndicatorTag> IndicatorTaggerBase<BookmarkIndicatorTag> object
Implements:
ICollectionTagger<BookmarkIndicatorTag> ITagger<BookmarkIndicatorTag> ITagger<IIndicatorTag> ITaggerBase IOrderable IKeyedObject

Constructors

BookmarkIndicatorTagger(ICodeDocument)

Initializes a new instance of the BookmarkIndicatorTagger class.

public BookmarkIndicatorTagger(ICodeDocument document)
Parameter Type Description
document ICodeDocument

The document to which this manager is attached.

Inherited Members