In This Article

ITokenTag Interface

Provides the base requirements for an IToken from an ILexer that can be associated with some text range.

public interface ITokenTag : ITag

Properties

Token

Gets the lexer IToken associated with this tag.

IToken Token { get; }

Property Value

IToken:

The lexer IToken associated with this tag.