TaggerKeys Class
Specifies the names of the built-in ITagger<T> objects that are included with this product.
public static class TaggerKeys
- Inheritance:
- System.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
- System.Object.ToString()
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object, System.Object)
- System.Object.ReferenceEquals(System.Object, System.Object)
- System.Object.GetHashCode()
- System.Object.GetType()
- System.Object.MemberwiseClone()