Share via


ISequenceElement.Span Property

Definition

Gets the IMappingSpan of the element.

public:
 property Microsoft::VisualStudio::Text::IMappingSpan ^ Span { Microsoft::VisualStudio::Text::IMappingSpan ^ get(); };
public:
 property Microsoft::VisualStudio::Text::IMappingSpan ^ Span { Microsoft::VisualStudio::Text::IMappingSpan ^ get(); };
public Microsoft.VisualStudio.Text.IMappingSpan Span { get; }
member this.Span : Microsoft.VisualStudio.Text.IMappingSpan
Public ReadOnly Property Span As IMappingSpan

Property Value

The IMappingSpan of the element.

Applies to