An implementation of ITagAggregator for use with Infragistics.Documents.TextDocuments. Syntax Type Parameters T The type of ITag to aggregate
Public Methods
Public Methods
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 ITagSpan
The interface definition for all objects that represent a classification tag. Syntax
Public Properties
Public Properties
The Infragistics.Documents.ClassificationType associated with this tag. Syntax
The key of the Infragistics.Documents.ClassificationType which should be associated with this tag. Syntax
The interface for all tags that represent diagnostics generated by the Infragistics.Documents.TextDocument parser. Syntax