Version

Search Results

TabEntryBehavior Enumeration

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...

ClassificationTag Class

Basic implementation of IClassificationTag. Syntax

ClassificationTagger Class

An ITagger implementation that tags document text with IClassificationTags. Syntax

ClassificationTaggerProvider Class

Provides a Classification tagger. Syntax

ClassificationTaggerProvider Class Members

Public Constructors Public Properties Public Methods

CreateTagger<T> Method (ClassificationTaggerProvider)

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.

SupportedTagType Property (ClassificationTaggerProvider)

Returns the ITag derived type supported by the taggers created by this tagger provider. Syntax