Version

Search Results

ClassificationTag Constructor(String)

Creates a new ClassificationTag instance. Syntax Parameters classificationTypeKey The key of the ClassificationType which should be associated with this tag.

DiagnosticTag Class

Basic implementation of IDiagnosticTag. Syntax

DiagnosticTagger Class

An ITagger implementation that tags document text with IDiagnosticTags. Syntax

DiagnosticTaggerProvider Class

Provides a Infragistics.Documents.Parsing.NodeDiagnostic tagger. Syntax

DiagnosticTaggerProvider Class Members

Public Constructors Public Properties Public Methods

CreateTagger<T> Method (DiagnosticTaggerProvider)

Returns a Tagger that can tag the specified document with IDiagnosticTags. 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 IDiagnosticTags.

SupportedTagType Property (DiagnosticTaggerProvider)

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