ITagger<T> Interface

 

A provider of tags over a buffer.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public interface ITagger<out T>
where T : ITag

Type Parameters

out T

The type of tags to generate.

NameDescription
System_CAPS_pubmethodGetTags(NormalizedSnapshotSpanCollection)

Gets all the tags that intersect the specified spans.

NameDescription
System_CAPS_pubeventTagsChanged

Occurs when tags are added to or removed from the provider.

For more information about tagging, see the "Tags and Classifiers" section of Inside the Editor. For information about extending and adding tags, see the "Extending Tags" section of Editor Extension Points.

Return to top
Show: