In This Article

TaggerKeys Class

Specifies the names of the built-in ITagger<T> objects that are included with this product.

public static class TaggerKeys
Inheritance:
object object

Fields

BookmarkIndicator

The bookmark indicator tagger.

public const string BookmarkIndicator = "BookmarkIndicator"

BreakpointIndicator

The breakpoint indicator tagger.

public const string BreakpointIndicator = "BreakpointIndicator"

CurrentStatementIndicator

The current statement indicator tagger.

public const string CurrentStatementIndicator = "CurrentStatementIndicator"

FindMatchHighlight

The find match highlight tagger.

public const string FindMatchHighlight = "FindMatchHighlight"

Token

The token tagger, that also generally provides the core classification types for text.

public const string Token = "Token"

Inherited Members