Share via


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)

Syntax

'Declaration
ReadOnly Property Span As IMappingSpan
IMappingSpan Span { get; }
property IMappingSpan^ Span {
    IMappingSpan^ get ();
}
abstract Span : IMappingSpan
function get Span () : IMappingSpan

Property Value

Type: Microsoft.VisualStudio.Text.IMappingSpan
The IMappingSpan of the element.

.NET Framework Security

See Also

Reference

ISequenceElement Interface

Microsoft.VisualStudio.Text.Formatting Namespace