Version

Search Results

DocumentTagAggregator<T> Class

An implementation of ITagAggregator for use with Infragistics.Documents.TextDocuments. Syntax Type Parameters T The type of ITag to aggregate

GetTags Method (DocumentTagAggregator<T>)

Returns all tags of type T from all providers that overlap or are contained by the specified snapshotSpans collection. Syntax Parameters spans A collection of spans over which the aggregator looks for overlapping or contained tags from all providers. Return Value ITagSpans for all tags from all providers that a...

IClassificationTag Interface

The interface definition for all objects that represent a classification tag. Syntax

ClassificationType Property (IClassificationTag)

The Infragistics.Documents.ClassificationType associated with this tag. Syntax

ClassificationTypeKey Property (IClassificationTag)

The key of the Infragistics.Documents.ClassificationType which should be associated with this tag. Syntax

IDiagnosticTag Interface

The interface for all tags that represent diagnostics generated by the Infragistics.Documents.TextDocument parser. Syntax