IDiagnosticsTagger Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Events
| TagsChanged |
Occurs when tags are added to or removed from the provider. (Inherited from ITagger<T>) |