ISequenceElement::Span Property

 

Gets the IMappingSpan of the element.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

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

Property Value

Type: Microsoft.VisualStudio.Text::IMappingSpan^

The IMappingSpan of the element.

Return to top
Show: