IDiagnosticsTagger Interface

Definition

A provider of tags over a buffer for diagnostics.

public interface class IDiagnosticsTagger : Microsoft::VisualStudio::Text::Tagging::ITagger<Microsoft::VisualStudio::Editor::Tagging::IDiagnosticTag ^>
public interface IDiagnosticsTagger : Microsoft.VisualStudio.Text.Tagging.ITagger<Microsoft.VisualStudio.Editor.Tagging.IDiagnosticTag>
type IDiagnosticsTagger = interface
    interface ITagger<IDiagnosticTag>
Public Interface IDiagnosticsTagger
Implements ITagger(Of IDiagnosticTag)
Implements

Methods

GetTags(NormalizedSnapshotSpanCollection)

Gets all the tags that intersect the spans.

(Inherited from ITagger<T>)

Events

TagsChanged

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

(Inherited from ITagger<T>)

Applies to