MappingTagSpan<T> Class

Definition

The implementation of IMappingTagSpan<T>.

generic <typename T>
 where T : ITagpublic ref class MappingTagSpan : Microsoft::VisualStudio::Text::Tagging::IMappingTagSpan<T>
public class MappingTagSpan<T> : Microsoft.VisualStudio.Text.Tagging.IMappingTagSpan<T> where T : ITag
type MappingTagSpan<'T (requires 'T :> ITag)> = class
    interface IMappingTagSpan<'T (requires 'T :> ITag)>
Public Class MappingTagSpan(Of T)
Implements IMappingTagSpan(Of T)

Type Parameters

T

The type, which must be a subtype of ITag.

Inheritance
MappingTagSpan<T>
Implements

Constructors

MappingTagSpan<T>(IMappingSpan, T)

Creates a mapping tag span.

Properties

Span

Gets the mapping span for this tag.

Tag

Gets the tag located in this span.

Applies to