Version

Search Results

Diagnostic Property (IDiagnosticTag)

Returns the Infragistics.Documents.Parsing.NodeDiagnostic associated with this IDiagnosticTag. Syntax

ITag Interface

The base interface for all tag types. Syntax

ITaggerProvider Interface

The interface definition for objects create Taggers. Syntax

ITaggerProvider Interface Members

Public Properties Public Methods

CreateTagger<T> Method (ITaggerProvider)

Returns a Tagger that can tag the specified document with tags of type T. 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 tags of type T.

SupportedTagType Property (ITaggerProvider)

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