IMappingTagSpan<T>::Span Property

 

Gets the mapping span for this tag.

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

property IMappingSpan^ Span {
	IMappingSpan^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::IMappingSpan^

The mapping span for this tag.

Return to top
Show: