Determines what gets inserted into a TextDocument when a tab key is entered. Syntax Members Member Description KeepTabs When a tab character is entered it is inserted into the document as is (i.e. as a tab character). ReplaceTabsWithSpaces When a tab character is entered it is converted to an appropriate number of...
Basic implementation of IClassificationTag. Syntax
An ITagger
Provides a Classification tagger. Syntax
Public Constructors Public Properties Public Methods
Public Methods
Public Properties
Returns a Tagger that can tag the specified document with IClassificationTags. Syntax Parameters document The document that contains the text to be tagged. Type Parameters T Return Value A Tagger that can tag the specified document with IClassificationTags.
Returns the ITag derived type supported by the taggers created by this tagger provider. Syntax
Constructor Syntax