InterfaceITagger<T>
Interface
Represents an interface that defines methods for tagging elements of type T in a document model.
Definition
Namespace:Telerik.Windows.Documents.Model.Code
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Type Parameters:
T
Syntax:
cs-api-definition
public interface ITagger<T> where T : ClassificationTag
Methods
GetTags(IDocumentEditor)
Retrieves a collection of tags associated with the specified document editor.
Declaration
cs-api-definition
IEnumerable<TaggedTextRange<T>> GetTags(IDocumentEditor editor)
Parameters
editor
The document editor for which to retrieve the tags.
Returns
IEnumerable<TaggedTextRange<T>>
A collection of tags associated with the provided document editor.